China (GTS): Invoice Line Tax Amount Currency ID

Configure the Invoice Line Tax Amount Currency ID for your China documents.

Invoice Line Tax Amount Currency ID

The currency of the amount: Item Tax Amount.

Element metadata

PathCardinalityUsageExample ValueFormat
Invoice/InvoiceLine/TaxTotal/TaxAmount/@currencyID1..1MCNYISO 4217 alpha-3

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?