Class FraudDetectionLastActionTimesDto
不正検知最終アクション情報Dtoクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class FraudDetectionLastActionTimesDto
Properties
PreviousSuccessfulLogin
最終ログイン日時
半角英数字 最大桁数:24
最終ログイン日時を"YYYY-MM-DDTHH:MM:SS.MsMsMsZ"で設定してください。
Declaration
[JsonProperty("previousSuccessfulLogin")]
public string PreviousSuccessfulLogin { get; set; }
Property Value
Type | Description |
---|---|
string |
TransferThresholdUpdated
送金限度額の最終変更日時
半角英数字 最大桁数:24
送金限度額の最終変更日時を"YYYY-MM-DDTHH:MM:SS.MsMsMsZ"で設定してください。
Declaration
[JsonProperty("transferThresholdUpdated")]
public string TransferThresholdUpdated { get; set; }
Property Value
Type | Description |
---|---|
string |