brandon14/ebay-sdk-php

View on GitHub
src/Sell/Logistics/V1/docs/Model/ContactAddress.md

Summary

Maintainability
Test Coverage
# # ContactAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address_line1** | **string** | The first line of the street address. | [optional]
**address_line2** | **string** | The second line of the street address. Use this field for additional address information, such as a suite or apartment number. | [optional]
**city** | **string** | The city in which the address is located. | [optional]
**country_code** | **string** | The country of the address, represented as two-letter <a href=\"https://www.iso.org/iso-3166-country-codes.html\" title=\"https://www.iso.org\" target=\"_blank\">ISO 3166</a> country code. For example, <code>US</code> represents the United States and <code>DE</code> represents Germany. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/logistics/types/bas:CountryCodeEnum'>eBay API documentation</a> | [optional]
**county** | **string** | The county (not country) in which the address is located. Counties typically contain multiple cities or towns. | [optional]
**postal_code** | **string** | The postal code of the address. | [optional]
**state_or_province** | **string** | The state or province in which the address is located. States and provinces often contain multiple counties. | [optional]

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