Manual Tax Mapping Object


Properties
idstringRead-onlyformat GUID

Manual tax mapping ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the manual tax mapping is updated. To prevent conflicting changes, the current revision must be passed when updating the manual tax mapping.

Ignored when creating a manual tax mapping.


createdDatestringRead-onlyformat date-time

Date and time the manual tax mapping was created.


updatedDatestringRead-onlyformat date-time

Date and time the manual tax mapping was last updated.


taxGroupIdstringformat GUID

Tax group ID. Tax groups define collections of items or services that share the same tax treatment.


taxRegionIdstringformat GUID

Tax region ID. Tax regions represent geographical areas where specific tax rules apply.


taxRatestringdecimalValue {"maxScale":6,"gte":"0"}

Tax rate to apply for this tax group and region combination. Specified as a decimal value (for example, 0.080000 for 8%).


descriptionstringmaxLength 1000

Description of the manual tax mapping. Use this field to add context or notes about the tax rate.


taxTypestringmaxLength 200

Type of tax being applied, such as VAT, GST, or Sales Tax. This depends on the jurisdiction's tax laws.


taxNamestringmaxLength 200

Name of the tax being applied. For example, STATE TAX or GST.


jurisdictionstringmaxLength 200

Name of the jurisdiction where this tax rate applies. For example, California or United Kingdom.


jurisdictionTypestring

Type of jurisdiction where this tax rate applies, such as country, state, county, city, or special district.


exemptRatesArray <ExemptDetails>maxItems 50

Tax exemption details for user-defined exempt groups.


extendedFieldsExtendedFields

Extended fields for storing additional custom data.

Did this help?