Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.04 KB

SalesTax.md

File metadata and controls

13 lines (9 loc) · 1.04 KB

SalesTax

Properties

Name Type Description Notes
countryCode string The country code identifying the country to which this tax rate applies. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/account/types/CountryCodeEnum.html&#39;&gt;eBay API documentation</a> [optional]
salesTaxJurisdictionId string A unique ID that identifies the sales tax jurisdiction to which the tax rate applies (for example a state within the United States). [optional]
salesTaxPercentage string The sales tax rate (as a percentage of the sale) applied to sales transactions made in this country and sales tax jurisdiction. [optional]
shippingAndHandlingTaxed bool If set to true, shipping and handling charges are taxed. [optional]

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