# Address
## Properties
**address_line1** | **String** | First line of the address text. |
**address_line2** | Option<**String**> | Optional second line of the address text. | [optional]
**address_line3** | Option<**String**> | Optional third line of the address text. | [optional]
**city** | Option<**String**> | Optional city where this address is located. | [optional]
**country_code** | **String** | Two-digit, ISO 3166-1 alpha-2 formatted country code where this address is located. |
**county** | Option<**String**> | Optional county where this address is located. | [optional]
**district** | Option<**String**> | Optional district where this address is located. | [optional]
**name** | **String** | Name of the person, business, or institution at this address. |
**phone_number** | Option<**String**> | Optional E.164-formatted phone number for an available contact at this address. | [optional]
**postal_code** | Option<**String**> | Optional postal code where this address is located. | [optional]
**state_or_region** | **String** | State or region where this address is located. Note that this is contextual to the specified country code. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)