fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# BillingAddressAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address_1** | Option<**String**> | The first address line. | 
**address_2** | Option<**String**> | The second address line. | 
**city** | Option<**String**> | The city name. | 
**country** | Option<**String**> | ISO 3166-1 two-letter country code. | 
**locality** | Option<**String**> | Other locality. | 
**postal_code** | Option<**String**> | Postal code (ZIP code for US addresses). | 
**state** | Option<**String**> | The state or province name. | 
**customer_id** | Option<**String**> |  | [readonly]

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)