UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

19 lines 755 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceConditionType = void 0; var PriceConditionType; (function (PriceConditionType) { PriceConditionType["_00"] = "00"; PriceConditionType["_01"] = "01"; PriceConditionType["_02"] = "02"; PriceConditionType["_03"] = "03"; PriceConditionType["_04"] = "04"; PriceConditionType["_05"] = "05"; PriceConditionType["_06"] = "06"; PriceConditionType["_07"] = "07"; PriceConditionType["_08"] = "08"; PriceConditionType["_10"] = "10"; PriceConditionType["_11"] = "11"; PriceConditionType["_12"] = "12"; })(PriceConditionType || (exports.PriceConditionType = PriceConditionType = {})); //# sourceMappingURL=PriceConditionType.js.map