Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SenderModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class SenderModel : SenderModelToUpdate

Inheritance ObjectSenderModelToUpdateSenderModel

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

isolatedIslandFlag

version=2

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

Property Value

Nullable<Int32>

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

SenderModel()

public SenderModel()

< クラス一覧