# Address
## Properties
**address_line1** | **String** | Street address information. |
**address_line2** | Option<**String**> | Additional street address information. | [optional]
**country_code** | **String** | The country code in two-character ISO 3166-1 alpha-2 format. |
**state_or_province_code** | Option<**String**> | The state or province code. | [optional]
**city** | Option<**String**> | The city. | [optional]
**postal_code** | Option<**String**> | The postal code. | [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)