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