China (GTS): Invoice Line Tax Amount

Configure the Invoice Line Tax Amount for your China documents.

Invoice Line Tax Amount

The total tax amount for a particular taxation scheme, for example, VAT. The sum of the tax subtotals for each tax category within the taxation scheme: Item Tax Amount.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/InvoiceLine/TaxTotal/TaxAmount1..1M7.15Amount$.Detail[0].taxAmount

Example

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

Did this page help you?