Class FraudDetectionLastActionTimesDto
不正検知最終アクション情報Dtoクラス
Inheritance
object
FraudDetectionLastActionTimesDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |