# AddressInformation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address1** | **String** | The first line of the user's address. Maximum length: 100 characters. | [optional] **address2** | **String** | The second line of the user's address. Maximum length: 100 characters. | [optional] **city** | **String** | The user's city. Maximum length: 40 characters. | [optional] **country** | **String** | The user's country. Maximum length: 50 characters. | [optional] **fax** | **String** | A fax number associated with the address, if one is available. | [optional] **phone** | **String** | A phone number associated with the address. | [optional] **postalCode** | **String** | The user's postal code. Maximum length: 20 characters. | [optional] **stateOrProvince** | **String** | The user's state or province. Maximum length: 40 characters. | [optional] **zipPlus4** | **String** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)