VRBL: Tax Point Dates
You can add Tax Point date to your Documents.
Use the TaxPointDate element to model this information.
Element
Element | Cardinality | Description |
---|---|---|
Tax Point Date (Invoice/TaxPointDate ) | 0..1 | Specify the tax point date. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:TaxPointDate>2024-10-30</cbc:TaxPointDate>
<!-- code omitted for clarity -->
</Invoice>
Updated 4 days ago