Represents an address of a customer
| Name | Type | Description | Notes |
|---|---|---|---|
| Country | string | The country of the address. | [optional] |
| CountrySubDivisionCode | string | A region of the county of the address. May represent county, state etc. | [optional] |
| City | string | The city of the address. | [optional] |
| PostalCode | string | The postcode/zipcode of the address. | [optional] |
| LineOne | string | The first line of the address. | [optional] |