Skip to content

Documentation / @facturometro/einvoice / PEPPOL_BIS_BILLING_3_PROFILE_ID

Variable: PEPPOL_BIS_BILLING_3_PROFILE_ID ​

const PEPPOL_BIS_BILLING_3_PROFILE_ID: "urn:fdc:peppol.eu:2017:poacc:billing:01:1.0" = 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0'

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

Business process identifier (BT-23) of the Peppol billing 01 process.

This is the default cbc:ProfileID of an invoice or credit note built by this library.

Example ​

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

invoice.profileId = PEPPOL_BIS_BILLING_3_PROFILE_ID;

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