Skip to content

Documentation / @facturometro/einvoice / VatSchemeMatch

Type Alias: VatSchemeMatch ​

VatSchemeMatch = "any" | "vatExact" | "vatNorm"

Defined in: packages/validator/src/engine/view.ts:69

How to match a tax category's scheme when indexing by VAT category: any scheme, exactly VAT (cbc:ID = 'VAT') or VAT after normalize-space(upper-case()).

Example ​

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

const match: VatSchemeMatch = 'vatNorm';

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