Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1 KB

File metadata and controls

12 lines (9 loc) · 1 KB

# TaxAddress

Properties

Name Type Description Notes
city string The city name that can be used by sellers for tax purpose. [optional]
country_code string The country code that can be used by sellers for tax purpose, represented as a two-letter ISO 3166-1 alpha-2 country code. For example, US represents the United States, and DE represents Germany. 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]
postal_code string The postal code that can be used by sellers for tax purpose. Usually referred to as Zip codes in the US. [optional]
state_or_province string The state name that can be used by sellers for tax purpose. [optional]

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