France (Pymnt): Preceding Invoice Reference on Line Level Group

A group containing data related to a referenced invoice.

Elements

PathCardinalityUsageMandate Business TermFinal Format XPath
Statement/StatementLine/BillingReference/InvoiceDocumentReference1..1MTG-2/Report/ReportDocument/References

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:StatementLine>
    <!-- ... omitted for readability -->
    <cac:BillingReference>
      <cac:InvoiceDocumentReference>
        <!-- TT-91 -->
        <cbc:ID>fac-08072724-00001</cbc:ID>
        <!--  TT-102 -->
        <cbc:IssueDate>2025-01-03</cbc:IssueDate>
      </cac:InvoiceDocumentReference>
    </cac:BillingReference>
  </cac:StatementLine>
</ubl:Statement>