VRBL: Tax Point Dates

You can add Tax Point date to your Documents.

Use the TaxPointDate element to model this information.

Element

ElementCardinalityDescription
Tax Point Date (Invoice/TaxPointDate)0..1Specify the tax point date.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:TaxPointDate>2024-10-30</cbc:TaxPointDate>
    <!-- code omitted for clarity -->
</Invoice>