onix-codelist
Version:
ONIX 3.0 Code lists
10 lines (9 loc) • 327 B
JavaScript
;
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 = {}));