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? ​
readonlyoptionaltaxScheme?:object
Defined in: packages/validator/src/engine/selectors.ts:147
id? ​
readonlyoptionalid?:string