France (Txns): Invoicing Period End Date

The date when the Invoice period ends.

The date on which the delivery of goods or services was completed.

Elements

PathCardinalityUsageUsage DescriptionMandate Business TermFinal Format XPath
Statement/StatementLine/BillingReference/InvoiceDocumentReference/UBLExtensions/UBLExtension/ExtensionContent/InvoiceDocumentReferenceExtension/ubl-inv:Invoice/InvoicePeriod/EndDate0..1C(G6.07): Mandatory if applicable, in accordance with article 242 nonies A ann. II from CGI.TT-43/Report/TransactionsReport/Invoice/InvoicePeriod/EndDate

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:StatementLine>
    <!-- ... omitted for readability -->
    <cac:BillingReference>
      <!-- ... omitted for readability -->
      <cac:InvoiceDocumentReference>
        <!-- ... omitted for readability -->
        <cec:UBLExtensions>
          <!-- ... omitted for readability -->
          <cec:UBLExtension>
            <!-- ... omitted for readability -->
            <cec:ExtensionContent>
              <!-- ... omitted for readability -->
              <vrbl:InvoiceDocumentReferenceExtension>
                <!-- ... omitted for readability -->
                <ubl-inv:Invoice>
                  <!-- ... omitted for readability -->
                  <cac:InvoicePeriod>
                    <!-- ... omitted for readability -->
                    <cbc:EndDate>2026-03-31</cbc:EndDate>
                    <!-- ... omitted for readability -->
                  </cac:InvoicePeriod>
                </ubl-inv:Invoice>
              </vrbl:InvoiceDocumentReferenceExtension>
            </cec:ExtensionContent>
          </cec:UBLExtension>
        </cec:UBLExtensions>
      </cac:InvoiceDocumentReference>
    </cac:BillingReference>
  </cac:StatementLine>
</ubl:Statement>