ShippingAddress interface

お客様がデバイスを受け取ることを希望する配送先住所。

プロパティ

addressType

アドレスの種類。

city

市区町村の名前。

companyName

会社の名前。

country

国の名前。

postalCode

郵便番号。

skipAddressValidation

顧客が既定の住所の検証をスキップすることを選択したかどうかを示すフラグ

stateOrProvince

州または都道府県の名前。

streetAddress1

番地 1 行目。

streetAddress2

番地 2 行目。

streetAddress3

番地 3 行目。

taxIdentificationNumber

税識別番号

zipExtendedCode

拡張郵便番号。

プロパティの詳細

addressType

アドレスの種類。

addressType?: AddressType

プロパティ値

city

市区町村の名前。

city?: string

プロパティ値

string

companyName

会社の名前。

companyName?: string

プロパティ値

string

country

国の名前。

country: string

プロパティ値

string

postalCode

郵便番号。

postalCode?: string

プロパティ値

string

skipAddressValidation

顧客が既定の住所の検証をスキップすることを選択したかどうかを示すフラグ

skipAddressValidation?: boolean

プロパティ値

boolean

stateOrProvince

州または都道府県の名前。

stateOrProvince?: string

プロパティ値

string

streetAddress1

番地 1 行目。

streetAddress1: string

プロパティ値

string

streetAddress2

番地 2 行目。

streetAddress2?: string

プロパティ値

string

streetAddress3

番地 3 行目。

streetAddress3?: string

プロパティ値

string

taxIdentificationNumber

税識別番号

taxIdentificationNumber?: string

プロパティ値

string

zipExtendedCode

拡張郵便番号。

zipExtendedCode?: string

プロパティ値

string