FraudDetectionAgResponseDto 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前説明
Public メソッドFraudDetectionAgResponseDto
FraudDetectionAgResponseDto クラスの新しいインスタンスを初期化します

メソッド

  名前説明
Public メソッドEquals
Determines whether the specified Object is equal to the current Object.
(Object から継承されます。)
Protected メソッドFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。)
Public メソッドGetHashCode
Serves as a hash function for a particular type.
(Object から継承されます。)
Public メソッドGetType
Gets the Type of the current instance.
(Object から継承されます。)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Object から継承されます。)
Public メソッドToString
Returns a String that represents the current Object.
(Object から継承されます。)

プロパティ

  名前説明
Public プロパティDecision
評価結果

半角英数字 最大桁数:10

不正検知評価結果。
accept:承認
deny:拒否
challenge:保留

Public プロパティErrors
実施時エラー理由

半角英数字の配列 最大桁数:100

不正検知評価実施時に発生したエラー理由(複数)

Public プロパティHitReasons
該当不正検知理由

半角英数字の配列 最大桁数:500

該当した不正検知理由(複数)。

Public プロパティHitRules
該当不正検知ルール

半角英数字の配列 最大桁数:20

該当した不正検知ルール(複数)。

Public プロパティMessage
実施前エラー理由

半角英数字 最大桁数:100

不正検知評価前に発生したエラー理由

参照