France (Pymnt): Statement Line VAT Category Rate
Tax rate, expressed as a percentage, applicable to the corresponding VAT type.
Elements
| Path | Cardinality | Usage | Mandate Business Term | Final Format XPath |
|---|---|---|---|---|
Statement/StatementLine/UBLExtensions/UBLExtension/ExtensionContent/StatementLineExtension/Payment/TaxSubtotal/TaxCategory/Percent | 1..1 | M | TT-93 | /Report/PaymentsReport/Invoice/Payment/SubTotals/TaxPercent |
Example
<ubl:Statement>
<!-- ... omitted for readability -->
<cac:StatementLine>
<!-- ... omitted for readability -->
<cec:UBLExtensions>
<!-- ... omitted for readability -->
<cec:UBLExtension>
<!-- ... omitted for readability -->
<cec:ExtensionContent>
<!-- ... omitted for readability -->
<vrbl:StatementLineExtension>
<!-- ... omitted for readability -->
<vrbl:Payment>
<!-- ... omitted for readability -->
<vrbl:TaxSubtotal>
<!-- ... omitted for readability -->
<cac:TaxCategory>
<cbc:Percent>10.00</cbc:Percent>
</cac:TaxCategory>
</vrbl:TaxSubtotal>
</vrbl:Payment>
</vrbl:StatementLineExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</cac:StatementLine>
</ubl:Statement>
Updated 8 days ago
