Switzerland (YellowBill): Document Level Allowance Tax Total

Configure the Document Level Allowance Tax Total for your Switzerland documents.

A group of business terms providing information about the total tax in the document currency. For yellowbill CH invoices, the document-level allowance tax totals can be optionally provided.

Elements

PathUsage
Invoice/AllowanceCharge[string(ChargeIndicator) = 'false']/TaxTotalO

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:AllowanceCharge>
    <!-- ... omitted for readability -->
    <cac:TaxTotal>
      <cbc:TaxAmount currencyID="CHF">15</cbc:TaxAmount>
      <cac:TaxSubtotal>
        <cbc:TaxableAmount currencyID="CHF">100</cbc:TaxableAmount>
        <cbc:TaxAmount currencyID="CHF">15</cbc:TaxAmount>
        <cac:TaxCategory>
          <cbc:ID>S</cbc:ID>
        </cac:TaxCategory>
      </cac:TaxSubtotal>
    </cac:TaxTotal>
  </cac:AllowanceCharge>
</ubl:Invoice>

Did this page help you?