France (Pymnt): Transactions Total Amount with VAT

Total amount of cash receipts

(From G6.27) This amount must be reported in EUR

Elements

PathCardinalityUsageMandate Business TermFinal Format XPath
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/TransactionsSummary/Transactions/Payment/TaxSubtotal/TaxInclusiveAmount1..1MTT-99/Report/PaymentsReport/Transactions/Payment/SubTotals/Amount

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