InvoiceLine/InvoicePeriod

Use this element specify an invoice period on the Line level.

More information is provided in the VRBL: Invoicing Period topic.

Use the InvoicePeriod element to specify this information at the Document level.

Elements

Name (Path)CardinalityDescription
Invoice Line Period Start Date (Invoice/InvoiceLine/InvoicePeriod/StartDate)1..1The date upon which the validity period begins.
Invoice Line Period End Date (Invoice/InvoiceLine/InvoicePeriod/EndDate)1..1The date upon which the validity period ends.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:InvoicePeriod>
            <cbc:StartDate>2024-09-01</cbc:StartDate>
            <cbc:EndDate>2024-09-30</cbc:EndDate>
        </cac:InvoicePeriod>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>