Documentation / @facturometro/core / PEPPOL_BIS_BILLING_3_PROFILE_ID
Variable: PEPPOL_BIS_BILLING_3_PROFILE_ID ​
constPEPPOL_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;