VRBL: Line Period

You can add a validity period to a line.

Use the InvoicePeriod element to model this information.

More information is provided in the Invoicing Period topic.

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>