Class SalesTaxType


class SalesTaxType
Type for expressing sales tax data.

Defined in com/ebay/shoppingservice/SalesTaxType.js

Property Summary
(US only) The amount of sales tax, calculated for a transaction based on the SalesTaxPercent and pricing information.
Percent of an item's price to be charged as the sales tax for the transaction.
State or jurisdiction for which the sales tax is being collected.
(US only) Whether shipping costs were part of the base amount that was taxed.

Constructor Summary
SalesTaxType(Object props)

Property Details

property AmountType salesTaxAmount

(US only) The amount of sales tax, calculated for a transaction based on the SalesTaxPercent and pricing information.


property Number salesTaxPercent

Percent of an item's price to be charged as the sales tax for the transaction. The value passed in is stored with a precision of 3 digits after the decimal point (##.###).


property String salesTaxState

State or jurisdiction for which the sales tax is being collected. Only returned if the seller specified a value.


property Boolean shippingIncludedInTax

(US only) Whether shipping costs were part of the base amount that was taxed. Flat or calculated shipping.


Constructor Details

constructor SalesTaxType

SalesTaxType(Object props)

Parameters:
props