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