TaxPointDate

The date of the tax point, used to indicate the point at which tax becomes applicable.

Details

DetailValue
NameTaxPointDate
PathInvoice/TaxPointDate
DefinitionThe 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.
Cardinality0..1
DataTypeDate.Type

Element

ElementDescription
Invoice/TaxPointDateSpecify 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>