WebService::Fastly::Object::BillingAddressAttributes

Load the model package

use WebService::Fastly::Object::BillingAddressAttributes;

Properties

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

[Back to Model list] [Back to API list] [Back to README]