UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

10 lines (9 loc) 240 B
// https://ns.editeur.org/onix/en/62 export enum TaxRateType { H = 'H', // Higher rate P = 'P', // Tax paid at source (Italy) R = 'R', // Lower rate S = 'S', // Standard rate T = 'T', // Super-low rate Z = 'Z', // Zero-rated }