Class FraudDetectionV2CardDto
不正検知V2カード情報Dtoクラス
Inheritance
object
FraudDetectionV2CardDto
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 FraudDetectionV2CardDto
Properties
ExpiryMonth
カード有効期限(月)
半角数字 最大桁数:2
Declaration
[JsonProperty("expiryMonth")]
public string ExpiryMonth { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpiryYear
カード有効期限(年)
半角数字 最大桁数:4
Declaration
[JsonProperty("expiryYear")]
public string ExpiryYear { get; set; }
Property Value
Type | Description |
---|---|
string |
Number
カード番号
半角英数記号 最大桁数:32
Declaration
[JsonProperty("number")]
public string Number { get; set; }
Property Value
Type | Description |
---|---|
string |