@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
13 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxRateType = void 0;
var TaxRateType;
(function (TaxRateType) {
TaxRateType["H"] = "H";
TaxRateType["P"] = "P";
TaxRateType["R"] = "R";
TaxRateType["S"] = "S";
TaxRateType["T"] = "T";
TaxRateType["Z"] = "Z";
})(TaxRateType || (exports.TaxRateType = TaxRateType = {}));
//# sourceMappingURL=TaxRateType.js.map