VRBL: Invoicing Period

You can specify a period during which the invoice is valid or active.

Use the InvoicePeriod element to model this information.

Elements

ElementDescription
/Invoice/InvoicePeriod/StartDateThe date the invoice period starts.
/Invoice/InvoicePeriod/EndDateThe date the invoice periods ends.
/Invoice/InvoicePeriod/DescriptionCode

Example

<Invoice>
    <!-- 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 -->
</Invoice>