Class FraudDetectionV2BillingDto
不正検知V2請求情報Dtoクラス
Inheritance
object
FraudDetectionV2BillingDto
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 FraudDetectionV2BillingDto
Properties
City
請求先都道府県
全角半角文字 最大桁数:20
Declaration
[JsonProperty("city")]
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
請求先国
半角英数記号 最大桁数:2
Declaration
[JsonProperty("country")]
public string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
HouseNumber1
アパート名・建物名+部屋番号
全角半角文字 最大桁数:30
Declaration
[JsonProperty("houseNumber1")]
public string HouseNumber1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Postcode
請求先郵便番号
半角英数記号 最大桁数:10
Declaration
[JsonProperty("postcode")]
public string Postcode { get; set; }
Property Value
Type | Description |
---|---|
string |
State
請求先州
全角半角文字 最大桁数:10
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Street1
請求先住所1
全角半角文字 最大桁数:256
Declaration
[JsonProperty("street1")]
public string Street1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Street2
請求先住所2
全角半角文字 最大桁数:256
Declaration
[JsonProperty("street2")]
public string Street2 { get; set; }
Property Value
Type | Description |
---|---|
string |