你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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