客户或商家的地址。
| JSON 表示法 | 
|---|
| { "addressCountry": string, "addressLocality": string, "addressRegion": string, "postalCode": string, "streetAddress": string } | 
| 字段 | |
|---|---|
| address | 
 由 ISO 3166-1 alpha-2 国家/地区代码表示的国家/地区,例如“美国”(必填) | 
| address | 
 市行政区(例如“秦淮区”)。(必填) | 
| address | 
 地区(例如“南京市”)。只有在地区通常是地址的一部分的国家/地区才需要填写此字段。(可选) | 
| postal | 
 邮政编码,例如“210006”。(必填) | 
| street | 
 街道地址(例如“中山南路 1 号”)。(必填) |