Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


OrdererModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class OrdererModel

Inheritance ObjectOrdererModel

Properties

birthDay

public Nullable<Int32> birthDay { get; set; }

Property Value

Nullable<Int32>

birthMonth

public Nullable<Int32> birthMonth { get; set; }

Property Value

Nullable<Int32>

birthYear

public Nullable<Int32> birthYear { get; set; }

Property Value

Nullable<Int32>

city

public string city { get; set; }

Property Value

String

emailAddress

public string emailAddress { get; set; }

Property Value

String

familyName

public string familyName { get; set; }

Property Value

String

familyNameKana

public string familyNameKana { get; set; }

Property Value

String

firstName

public string firstName { get; set; }

Property Value

String

firstNameKana

public string firstNameKana { get; set; }

Property Value

String

phoneNumber1

public string phoneNumber1 { get; set; }

Property Value

String

phoneNumber2

public string phoneNumber2 { get; set; }

Property Value

String

phoneNumber3

public string phoneNumber3 { get; set; }

Property Value

String

prefecture

public string prefecture { get; set; }

Property Value

String

sex

public string sex { get; set; }

Property Value

String

subAddress

public string subAddress { get; set; }

Property Value

String

zipCode1

public string zipCode1 { get; set; }

Property Value

String

zipCode2

public string zipCode2 { get; set; }

Property Value

String

Constructors

OrdererModel()

public OrdererModel()

< クラス一覧