China (GTS): Invoice Line Tax Percent
Configure the Invoice Line Tax Percent for your China documents.
Invoice Line Tax Percent
The tax rate, represented as percentage, that applies to the invoiced item.
Element metadata
| Path | Cardinality | Usage | Example Value | Format | Final Format Path |
|---|---|---|---|---|---|
Invoice/InvoiceLine/Item/ClassifiedTaxCategory/Percent | 0..1 | M | 13.00 | Percentage | $.Detail[0].taxRate |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cac:InvoiceLine>
<!-- ... omitted for readability -->
<cac:Item>
<!-- ... omitted for readability -->
<cac:ClassifiedTaxCategory>
<!-- ... omitted for readability -->
<cbc:Percent>13.00</cbc:Percent>
<!-- ... omitted for readability -->
</cac:ClassifiedTaxCategory>
</cac:Item>
</cac:InvoiceLine>
</ubl:Invoice>Updated 2 days ago
Did this page help you?
