United States (DBNA): Tax Total Group of the Line

Configure the Tax Total Group of the Line for your United States documents.

A total amount of taxes of a particular kind applicable to this invoice line. There cannot be more than one tax total unless there is a tax currency code, and the total in the tax currency must also be provided.

Elements

PathCardinalityUsageFinal Format Path
Invoice/InvoiceLine/TaxTotal0..2O/Invoice/cac:InvoiceLine/cac:TaxTotal

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:TaxTotal>
      <cbc:TaxAmount currencyID="USD">120.00</cbc:TaxAmount>
    </cac:TaxTotal>
    <!-- ... omitted for readability -->
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?