France (Txns): Transactions Group Tax Amount
Total VAT amount of the transactions group.
(From G6.23) It must be always in EUR.
Elements
| Path | Cardinality | Usage | Mandate Business Term | Final Format XPath |
|---|---|---|---|---|
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/TransactionsSummary/Transactions/TaxTotal/TaxAmount | 1..1 | M | TT-83 | /Report/TransactionsReport/Transactions/TaxTotal |
Example
<ubl:Statement>
<!-- ... omitted for readability -->
<cec:UBLExtensions>
<!-- ... omitted for readability -->
<cec:UBLExtension>
<!-- ... omitted for readability -->
<cec:ExtensionContent>
<!-- ... omitted for readability -->
<vrbl:StatementExtension>
<!-- ... omitted for readability -->
<vrbl:TransactionsSummary>
<!-- ... omitted for readability -->
<vrbl:Transactions>
<!-- ... omitted for readability -->
<cac:TaxTotal>
<cbc:TaxAmount currencyID="EUR">2000.00</cbc:TaxAmount>
<!-- ... omitted for readability -->
</cac:TaxTotal>
</vrbl:Transactions>
</vrbl:TransactionsSummary>
</vrbl:StatementExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Statement>
Updated about 15 hours ago
