Class FraudDetectionCbWarningDto
不正検知警告Dtoクラス
Inheritance
object
FraudDetectionCbWarningDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class FraudDetectionCbWarningDto
Properties
Message
メッセージ
問題を通知するメッセージ本文。
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
パス
無効と判断されたデータが含まれる要素へのオブジェクトパス。
Declaration
[JsonProperty("path")]
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
値
無効と判断された要素の値。
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |