France (Pymnt): Preceding Invoice Reference on Line Level

Invoice number to which the reported payment refers.

Elements

PathCardinalityUsageMandate Business TermFinal Format XPath
Statement/StatementLine/BillingReference/InvoiceDocumentReference/ID1..1MTT-91/Report/PaymentsReport/Invoice/InvoiceID

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:StatementLine>
    <!-- ... omitted for readability -->
    <cac:BillingReference>
      <!-- ... omitted for readability -->
      <cac:InvoiceDocumentReference>
        <cbc:ID>fac-08072724-00001</cbc:ID>
        <!-- ... omitted for readability -->
      </cac:InvoiceDocumentReference>
    </cac:BillingReference>
  </cac:StatementLine>
</ubl:Statement>