Skip to content

Credit note type code (UNCL1001 subset)

UNCL1001-cn, version D.16B, published by UN/CEFACT: 5 codes. Specification page.

ts
import { CREDIT_NOTE_TYPE_CODES, creditNoteTypeCodeList, isCreditNoteTypeCode } from '@facturometro/core/codelists/credit-note-type';

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

CodeName
81Credit note related to goods or services
83Credit note related to financial adjustments
381Credit note
396Factored credit note
532Forwarder's credit note

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