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