Skip to content

Documentation / @facturometro/core / PEPPOL_BIS_BILLING_3_CUSTOMIZATION_ID

Variable: PEPPOL_BIS_BILLING_3_CUSTOMIZATION_ID ​

const PEPPOL_BIS_BILLING_3_CUSTOMIZATION_ID: "urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0" = 'urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0'

Defined in: packages/core/src/constants.ts:45

Specification identifier (BT-24) of Peppol BIS Billing 3.0.

PEPPOL-EN16931-R004 requires cbc:CustomizationID to start with this value, so a CIUS that extends the profile appends its own suffix to it.

Example ​

ts
import { PEPPOL_BIS_BILLING_3_CUSTOMIZATION_ID } from '@facturometro/core';

invoice.customizationId = PEPPOL_BIS_BILLING_3_CUSTOMIZATION_ID;

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