amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
# Address

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the person, business, or institution. | 
**address_line1** | **String** | The first line of the address. | 
**address_line2** | Option<**String**> | Additional address information, if required. | [optional]
**address_line3** | Option<**String**> | Additional address information, if required. | [optional]
**city** | Option<**String**> | The city. | [optional]
**county** | Option<**String**> | The county. | [optional]
**district** | Option<**String**> | The district. | [optional]
**state_or_region** | Option<**String**> | The state or region. | [optional]
**postal_code** | Option<**String**> | The postal code. This can contain letters, digits, spaces, and/or punctuation. | [optional]
**country_code** | Option<**String**> | The two digit country code, in ISO 3166-1 alpha-2 format. | [optional]
**phone** | Option<**String**> | The phone number. | [optional]

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