Rakuten RMS WEB API client for .NET
SenderModelToUpdate
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class SenderModelToUpdate
Inheritance Object → SenderModelToUpdate
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
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
SenderModelToUpdate()
public SenderModelToUpdate()