Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SenderModelToUpdate

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class SenderModelToUpdate

Inheritance ObjectSenderModelToUpdate

Properties

city

public string city { 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

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

SenderModelToUpdate()

public SenderModelToUpdate()

< クラス一覧