TaxPointDate
The date of the tax point, used to indicate the point at which tax becomes applicable.
This is the date when the tax becomes due for the Seller and for the Buyer, so far as that date can be determined and differs from the issue date, according to the tax directive.
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 15 days ago