UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

37 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceType = void 0; var PriceType; (function (PriceType) { PriceType["_01"] = "01"; PriceType["_02"] = "02"; PriceType["_03"] = "03"; PriceType["_04"] = "04"; PriceType["_05"] = "05"; PriceType["_06"] = "06"; PriceType["_07"] = "07"; PriceType["_08"] = "08"; PriceType["_09"] = "09"; PriceType["_11"] = "11"; PriceType["_12"] = "12"; PriceType["_13"] = "13"; PriceType["_14"] = "14"; PriceType["_15"] = "15"; PriceType["_17"] = "17"; PriceType["_21"] = "21"; PriceType["_22"] = "22"; PriceType["_23"] = "23"; PriceType["_24"] = "24"; PriceType["_25"] = "25"; PriceType["_27"] = "27"; PriceType["_31"] = "31"; PriceType["_32"] = "32"; PriceType["_33"] = "33"; PriceType["_34"] = "34"; PriceType["_35"] = "35"; PriceType["_36"] = "36"; PriceType["_37"] = "37"; PriceType["_41"] = "41"; PriceType["_42"] = "42"; })(PriceType || (exports.PriceType = PriceType = {})); //# sourceMappingURL=PriceType.js.map