Class FraudDetectionCbWarningDto
不正検知警告Dtoクラス
Inherited Members
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 |