China (GTS): Invoice Tax Amount

Configure the Invoice Tax Amount for your China documents.

Invoice Tax Amount

The total Tax amount for the Invoice.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/TaxTotal[TaxAmount/@currencyID = ../DocumentCurrencyCode]/TaxAmount1..1M15,21Amount$.hjTax

Example

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

Did this page help you?