in:Address
A customer address.
| Property | Description | Type | Details |
|---|---|---|---|
| Company | Optional company name. | string | Length: 0-64, inclusive |
| Name | The full name of the customer. | string | Length: 1-64, inclusive |
| Line1 | The first address line. | string | Length: 3-64, inclusive |
| Line2 | Optional second address line. | string | Length: 0-64, inclusive |
| PostCode | The post code, AKA postal code / ZIP code. | string | Length: 1-32, inclusive |
| City | The city. | string | Length: 1-64, inclusive |
| State | Optional ISO 3166-2 country subdivision code. | string | Length: 0-3, inclusive |
| Country | The ISO 3166-1 alpha 2 country code. | Country | - |
| Phone | The phone number of the customer. | string | Length: 0-32, inclusive |