France (Pymnt): Statement Line Total Amount with VAT Currency

Currency in which the amount of payments is expressed.
(From G6.27) This can only be EUR

Elements

PathCardinalityUsageMandate Business TermFinal Format XPath
Statement/StatementLine/UBLExtensions/UBLExtension/ExtensionContent/StatementLineExtension/Payment/TaxSubtotal/TaxInclusiveAmount/@currencyID1..1MTT-94/Report/PaymentsReport/Invoice/Payment/SubTotals/CurrencyCode

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