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

コンストラクター

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

メソッド

  名前説明
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 プロパティAccountHolder
アカウント保有者

半角英数字 最大桁数:20

アカウント保有者。contacts オブジェクトrefIdを設定してください。

Public プロパティEnrollmentTime
アクセス開始日時

半角英数字 最大桁数:24

オンラインアカウント アクセス開始日時を"YYYY-MM-DDTHH:MM:SS.MsMsMsZ"で設定してください。

Public プロパティId
ユーザアカウントID

半角英数字 最大桁数:16

貴社システムでの、一意なエンドユーザアカウント ID。

Public プロパティLastActionTimes
最終アクション情報

FraudDetectionLastActionTimesDto

最終アクション情報オブジェクト

Public プロパティReturnCustomer
リピート顧客フラグ

true/false 最大桁数:5

アカウント保有者がリピート顧客であるかを示すフラグ。「true, false」の何れかを設定してください。(true:リピート顧客)

Public プロパティUsername
ユーザ名

半角英数字 最大桁数:200

アカウント保有者のユーザ名を設定してください。

参照