fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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)