Record
shipping-address
No description available.
record shipping-address {
city: string,
country-code: string,
post-code: string,
state: string,
street-line1: string,
street-line2: string,
}Fields
| Name | Type | Description |
|---|---|---|
| city | string | |
| country-code | string | |
| post-code | string | |
| state | string | |
| street-line1 | string | |
| street-line2 | string |