onix-codelist
Version:
ONIX 3.0 Code lists
11 lines (10 loc) • 761 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceConditionQuantityType = void 0;
var PriceConditionQuantityType;
(function (PriceConditionQuantityType) {
PriceConditionQuantityType[PriceConditionQuantityType["TimePeriod"] = '01'] = "TimePeriod";
PriceConditionQuantityType[PriceConditionQuantityType["NumberOfUpdates"] = '02'] = "NumberOfUpdates";
PriceConditionQuantityType[PriceConditionQuantityType["NumberOfLinkedProducts"] = '03'] = "NumberOfLinkedProducts";
PriceConditionQuantityType[PriceConditionQuantityType["NumberOfCopiesOfThisProduct"] = '04'] = "NumberOfCopiesOfThisProduct";
})(PriceConditionQuantityType = exports.PriceConditionQuantityType || (exports.PriceConditionQuantityType = {}));