# CustomerAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_type** | Option<**String**> | The type of the address. | **address_1** | Option<**String**> | The street number and name of the address. | **address_2** | Option<**String**> | Additional address line for unit number, P.O. Box, etc. | **locality** | Option<**String**> | City, town, or locality name the address is located. | **region** | Option<**String**> | State, province, or region of the address. | **country** | Option<**String**> | ISO 3166-1 alpha-2 country code (e.g., \"US\", \"CA\", \"NZ\") | **postal_code** | Option<**String**> | Postal or Zip code of the address. | [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)