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

コンストラクター

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

メソッド

  名前説明
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 プロパティAgResponse
Aegis詳細結果応答

FraudDetectionAgResponseDto

Aegisの詳細結果応答オブジェクト。
※Aegisで不正検知評価を行った場合に設定されます。

Public プロパティCbResponse
CAFIS Brain詳細結果応答

FraudDetectionCbResponseDto

CAFIS Brainの詳細結果応答オブジェクト。
※CAFIS Brainで不正検知評価を行った場合に設定されます。

Public プロパティRdResponse
ReD詳細結果応答

FraudDetectionRdResponseDto

ReDの詳細結果応答オブジェクト。
※ReDで不正検知評価を行った場合に設定されます。

Public プロパティResult
不正検知評価結果

半角英数字 最大桁数:20

不正検知評価結果。
この結果を元に後続処理をご判断ください。
「accept, deny, challenge, error, timeout, internal_error」の何れかになります。
accept:承認
deny:拒否
challenge:保留
error:不正検知サービス先でエラー発生
timeout:不正検知サービスとの接続/応答タイムアウト
internal_error:ベリトランスでエラー発生

Public プロパティService
不正検知サービス

半角英数字 最大桁数:5

不正検知評価結果に採用した不正検知サービス。

参照