Skip to content

Documentation / @facturometro/einvoice / WithTaxScheme

Interface: WithTaxScheme ​

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

Anything that carries a cac:TaxScheme: a tax category or a party tax scheme, in the shape taxSchemeIsVatExact and taxSchemeIsVatNorm read.

Example ​

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

const category: WithTaxScheme = { taxScheme: { id: 'VAT' } };

Properties ​

taxScheme? ​

readonly optional taxScheme?: object

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

id? ​

readonly optional id?: string

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