Address interface
客户的寄送地址。
属性
| address |
地址行 1。 |
| address |
地址行 2。 |
| address |
地址行 3。 |
| city | 城市名称。 |
| country | 国家/地区名称。 |
| postal |
邮政编码。 |
| state | 状态名称。 |
属性详细信息
addressLine1
地址行 1。
addressLine1?: string
属性值
string
addressLine2
地址行 2。
addressLine2?: string
属性值
string
addressLine3
地址行 3。
addressLine3?: string
属性值
string
city
城市名称。
city?: string
属性值
string
country
国家/地区名称。
country: string
属性值
string
postalCode
邮政编码。
postalCode?: string
属性值
string
state
状态名称。
state?: string
属性值
string