onix-codelist
Version:
ONIX 3.0 Code lists
14 lines (13 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceIdentifierType = void 0;
var PriceIdentifierType;
(function (PriceIdentifierType) {
PriceIdentifierType[PriceIdentifierType["Proprietary"] = '01'] = "Proprietary";
PriceIdentifierType[PriceIdentifierType["ProprietaryPricePointIdentifier"] = '02'] = "ProprietaryPricePointIdentifier";
PriceIdentifierType[PriceIdentifierType["ProprietaryPriceTypeIdentifier"] = '03'] = "ProprietaryPriceTypeIdentifier";
PriceIdentifierType[PriceIdentifierType["ProprietaryPricePointAndTypeIdentifier"] = '04'] = "ProprietaryPricePointAndTypeIdentifier";
PriceIdentifierType[PriceIdentifierType["ProprietaryUniquePriceIdentifier"] = '05'] = "ProprietaryUniquePriceIdentifier";
PriceIdentifierType[PriceIdentifierType["ProprietaryProductPricePointIdentifier"] = '06'] = "ProprietaryProductPricePointIdentifier";
PriceIdentifierType[PriceIdentifierType["ProprietaryProductPriceTypeIdentifier"] = '07'] = "ProprietaryProductPriceTypeIdentifier";
})(PriceIdentifierType = exports.PriceIdentifierType || (exports.PriceIdentifierType = {}));