Extended by : BPT\types\types
This object represents a shipping address.
| Name | Type | Description | Kind |
|---|---|---|---|
| country_code | string | Two-letter ISO 3166-1 alpha-2 country code | normal |
| state | string | State, if applicable | normal |
| city | string | City | normal |
| street_line1 | string | First line for the address | normal |
| street_line2 | string | Second line for the address | normal |
| post_code | string | Address post code | normal |