UNPKG

onix-codelist

Version:
10 lines (9 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaxType = void 0; var TaxType; (function (TaxType) { TaxType[TaxType["Vat"] = '01'] = "Vat"; TaxType[TaxType["Gst"] = '02'] = "Gst"; TaxType[TaxType["Eco"] = '03'] = "Eco"; })(TaxType = exports.TaxType || (exports.TaxType = {}));