amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Address

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address_line1** | **String** | Street address information. | 
**address_line2** | Option<**String**> | Additional street address information. | [optional]
**country_code** | **String** | The country code in two-character ISO 3166-1 alpha-2 format. | 
**state_or_province_code** | Option<**String**> | The state or province code. | [optional]
**city** | Option<**String**> | The city. | [optional]
**postal_code** | Option<**String**> | The postal code. | [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)