Australia (Peppol): Invoice Period

You can define the invoice period in your Australia Documents.

In Australian invoices, the Tax Point Date Code can be provided in the DescriptionCode element.
The only values allowed in DescriptionCode are the following:

Tax Point Date CodeDescription
3Invoice document issue date time
35Delivery date/time, actual
432Paid to date

Example

<Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoicePeriod>
        <StartDate>2024-09-01</StartDate>
        <EndDate>2024-09-30</EndDate>
		<DescriptionCode>3</DescriptionCode>	
	</InvoicePeriod>
     <!-- Code omitted for clarity -->
</Invoice>