ShippingAddress interface
客户希望接收设备的寄送地址。
属性
| address |
地址类型。 |
| city | City 的名称。 |
| company |
公司的名称。 |
| country | 国家/地区的名称。 |
| postal |
邮政编码。 |
| skip |
指示客户是否已选择跳过默认地址验证的标志 |
| state |
州或省的名称。 |
| street |
街道地址行 1。 |
| street |
街道地址行 2。 |
| street |
街道地址行 3。 |
| tax |
税务标识号 |
| zip |
扩展的邮政编码。 |
属性详细信息
addressType
city
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