France (Pymnt): Transactions Tax Amount

The transactions tax amount can be provided. Not mapped to final format.

Elements

PathCardinalityUsage
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/TransactionsSummary/Transactions/Payment/TaxSubtotal/TaxAmount0..1O

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 -->
              <vrbl:Payment>
                <!-- ... omitted for readability -->
                <vrbl:TaxSubtotal>
                  <cbc:TaxAmount currencyID="EUR">28.00</cbc:TaxAmount>
                  <!-- ... omitted for readability -->
                </vrbl:TaxSubtotal>
              </vrbl:Payment>
            </vrbl:Transactions>
          </vrbl:TransactionsSummary>
        </vrbl:StatementExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Statement>