@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
11 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DiscountType = void 0;
var DiscountType;
(function (DiscountType) {
DiscountType["_01"] = "01";
DiscountType["_02"] = "02";
DiscountType["_03"] = "03";
DiscountType["_04"] = "04";
})(DiscountType || (exports.DiscountType = DiscountType = {}));
//# sourceMappingURL=DiscountType.js.map