A generic international delivery address including name and phone number.
| address1 required | string Line 1 of the address |
| address2 | string Line 2 of the address |
| city required | string City of the address |
| country required | string Country code using the ISO 3166-1 alpha-3 standard |
| name | string The name associated with the address. |
| phone | string The phone number associated with the account in E.164 format. |
| postalCode required | string Postal or ZIP code. If using a code with an extra four digits,
for example a US ZIP+4 code, do not separate the extra digits.
For example, |
| region required | string Region or state of the address |
{- "name": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "region": "string",
- "postalCode": "string",
- "country": "string"
}