# Address
## Properties
**name** | **String** | The name of the person, business or institution at the address. |
**address_line1** | **String** | The first line of the address. |
**address_line2** | Option<**String**> | Additional address information, if required. | [optional]
**address_line3** | Option<**String**> | Additional address information, if required. | [optional]
**company_name** | Option<**String**> | The name of the business or institution associated with the address. | [optional]
**state_or_region** | **String** | The state, county or region where the person, business or institution is located. |
**city** | **String** | The city or town where the person, business or institution is located. |
**country_code** | **String** | The two digit country code. Follows ISO 3166-1 alpha-2 format. |
**postal_code** | **String** | The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation. |
**email** | Option<**String**> | The email address of the contact associated with the address. | [optional]
**phone_number** | Option<**String**> | The phone number of the person, business or institution located at that address, including the country calling code. | [optional]
**geocode** | Option<[**models::Geocode**](Geocode.md)> | | [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)