Rakuten RMS WEB API client for .NET
OrdererModel
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class OrdererModel
Inheritance Object → OrdererModel
Properties
birthDay
public Nullable<Int32> birthDay { get; set; }
Property Value
birthMonth
public Nullable<Int32> birthMonth { get; set; }
Property Value
birthYear
public Nullable<Int32> birthYear { get; set; }
Property Value
city
public string city { get; set; }
Property Value
emailAddress
public string emailAddress { get; set; }
Property Value
familyName
public string familyName { get; set; }
Property Value
familyNameKana
public string familyNameKana { get; set; }
Property Value
firstName
public string firstName { get; set; }
Property Value
firstNameKana
public string firstNameKana { get; set; }
Property Value
phoneNumber1
public string phoneNumber1 { get; set; }
Property Value
phoneNumber2
public string phoneNumber2 { get; set; }
Property Value
phoneNumber3
public string phoneNumber3 { get; set; }
Property Value
prefecture
public string prefecture { get; set; }
Property Value
sex
public string sex { get; set; }
Property Value
subAddress
public string subAddress { get; set; }
Property Value
zipCode1
public string zipCode1 { get; set; }
Property Value
zipCode2
public string zipCode2 { get; set; }
Property Value
Constructors
OrdererModel()
public OrdererModel()