Skip to content

VAT date code (UNCL2005 subset)

UNCL2005, version D.16B, published by UN/CEFACT: 3 codes. Specification page.

ts
import { isVatDateCode, VAT_DATE_CODES, vatDateCodeList } from '@facturometro/core/codelists/vat-date';

VAT_DATE_CODES holds the codes, VatDateCode is their union type, isVatDateCode() narrows a string to it and vatDateCodeList is the list as data. @facturometro/core/codelists and @facturometro/einvoice/codelists re-export them together with every other list.

CodeName
3Invoice document issue date time
35Delivery date/time, actual
432Paid to date

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.