Rakuten RMS WEB API client for .NET
SenderModel
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class SenderModel : SenderModelToUpdate
Inheritance Object → SenderModelToUpdate → SenderModel
Properties
city
public string city { 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
isolatedIslandFlag
version=2
public Nullable<Int32> isolatedIslandFlag { 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
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
SenderModel()
public SenderModel()