TaxExemption Subobject
Web Session Object
Transaction Object
Token Object
Season Set Object
Refund Object
RatePlan Object
Product Object
Payment Provider Object
Payment Method Object
NameValuePair Object
GiftCard Object
Entitlement Object
Chargeback Object
Campaign Object
BillingPlan Object
AutoBill Object
Address Object
Activity Object
Account Object
TaxExemption Subobject
Describes an Account-specific tax exemption.
An Account may have several Tax Exemptions. If the country specified in the TaxRegion data member of the TaxExemption object matches the country in which a Transaction occurs, the Transaction is exempted, and no tax is applied. This exemption will override any otherwise applicable taxes for the Transaction. The TaxExemption Object Data Members appear in the table below.
Data Members |
Data Type |
Description |
active |
Boolean |
If set to true, specifies that the exemption is active and serves as a criterion for calculation of sales tax. |
exemptionId |
string |
Specifies the type of exemption, such as the U.S. Tax ID or value-added tax (VAT) ID. |
region |
string |
Specifies the geographical region for the tax exemption. TaxRegion is the ISO-3166-1 two-letter code for the country (for example, US, GB, or FR), for which CashBox computes sales tax. |
For Users
Learn More