Contains the destination address details of where the products/services will be delivered
Request
Property Name | Type | Required | Description |
---|---|---|---|
address | string | Optional | Destination address. |
city | string | Optional | Destination address city. |
state | string | Optional | Destination address state or province code. |
zip | string | Required | Destination address zip code. |
country | string | Required | Destination address country code. |
Response
Property Name | Type | Description |
---|---|---|
address | string | Destination address. |
city | string | Destination address city. |
state | string | Destination address state or province code. |
zip | string | Destination address zip code. |
country | string | Destination address country code. |