Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.42 KB

ReturnAddress.md

File metadata and controls

17 lines (14 loc) · 1.42 KB

# ReturnAddress

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. This line is not always necessarily, but is often used for apartment number or suite number, or other relevant information that can not fit on the first line. [optional]
city string The city of the return address. [optional]
country_code string The country's two-digt, ISO 3166-1 country code. See the enumeration type for a country's value. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/ba:CountryCodeEnum&#39;&gt;eBay API documentation</a> [optional]
county string The county of the return address. Counties are not applicable to all countries. [optional]
full_name string The full name of return address owner. [optional]
postal_code string The postal code of the return address. [optional]
primary_phone \OpenAPI\EbayFulFillmentClient\Model\Phone [optional]
state_or_province string The state or province of the return address. [optional]

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