Skip to content

Documentation / @facturometro/einvoice / AllowanceOrCharge

Type Alias: AllowanceOrCharge ​

AllowanceOrCharge = "allowance" | "charge"

Defined in: packages/validator/src/engine/selectors.ts:42

What a cac:AllowanceCharge is, once its cbc:ChargeIndicator has been read.

Example ​

ts
import type { AllowanceOrCharge } from '@facturometro/validator';

const kind: AllowanceOrCharge = 'allowance';

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