TaxSubtotal

Use the Tax Subtotal object to model tax subtotals.

Details

FieldValue
DescriptionTax Subtotal
NameTaxSubtotal
IncludesTaxCategory Group and TaxScheme Group
Used InTaxTotal Group

Elements

ElementDescription
TaxSubtotal/TaxableAmount [@currencyID]The part of the amount that can be taxed.
TaxSubtotal/TaxAmount[@currencyID]The total amount of tax.
TaxSubtotal/TaxCategoryThe Tax Category. See Tax Categories and Schemes
TaxSubtotal/TaxCategory/IDThe ID of the applicable Tax Category.
TaxSubtotal/TaxCategory/PercentThe percentage tax rate for this category.
TaxSubtotal/TaxCategory/TaxScheme/IDThe identifier of the Tax Scheme.

Country Specific Configurations

Example

Here is an example in XML:

<cac:TaxSubtotal>
 <cbc:TaxableAmount currencyID="EUR">11.78</cbc:TaxableAmount>
 <cbc:TaxAmount currencyID="EUR">0.82</cbc:TaxAmount>
 <cac:TaxCategory>
  <cbc:ID>S</cbc:ID>
  <cbc:Percent>7</cbc:Percent>
  <cac:TaxScheme>
   <cbc:ID>VAT</cbc:ID>
  </cac:TaxScheme>
 </cac:TaxCategory>
</cac:TaxSubtotal>