@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
14 lines • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceConstraintType = void 0;
var PriceConstraintType;
(function (PriceConstraintType) {
PriceConstraintType["_00"] = "00";
PriceConstraintType["_01"] = "01";
PriceConstraintType["_06"] = "06";
PriceConstraintType["_07"] = "07";
PriceConstraintType["_08"] = "08";
PriceConstraintType["_09"] = "09";
PriceConstraintType["_10"] = "10";
})(PriceConstraintType || (exports.PriceConstraintType = PriceConstraintType = {}));
//# sourceMappingURL=PriceConstraintType.js.map