# BillingAddressAttributes
## Properties
**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)