TaxPointDate
The date of the tax point, used to indicate the point at which tax becomes applicable.
Details
Detail | Value |
---|---|
Name | TaxPointDate |
Path | Invoice/TaxPointDate |
Definition | 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. |
Cardinality | 0..1 |
DataType | Date.Type |
Element
Element | Description |
---|---|
Invoice/TaxPointDate | Specify the tax point date. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:Note>#AAC#Invoice Note Description</cbc:Note>
<cbc:TaxPointDate>2018-04-13</cbc:TaxPointDate>
<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
<cbc:TaxCurrencyCode>GBP</cbc:TaxCurrencyCode>
<!-- Code omitted for clarity -->
<ubl:Invoice>
Updated 1 day ago