Documentation / @facturometro/validator / 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';