UNPKG

onix-codelist

Version:
11 lines (10 loc) 761 B
"use strict"; 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 = {}));