Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.22 KB

TaxIdentifier.md

File metadata and controls

11 lines (8 loc) · 1.22 KB

# TaxIdentifier

Properties

Name Type Description Notes
taxpayer_id string This value is the unique tax ID associated with the buyer. The type of tax identification is shown in the taxIdentifierType field. [optional]
tax_identifier_type string This enumeration value indicates the type of tax identification being used for the buyer. The different tax types are defined in the TaxIdentifierTypeEnum type. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/sel:TaxIdentifierTypeEnum&#39;&gt;eBay API documentation</a> [optional]
issuing_country string This two-letter code indicates the country that issued the buyer's tax ID. The country that the two-letter code represents can be found in the CountryCodeEnum type, or in the ISO 3166 standard. 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]

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