"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EDiscountType = void 0;
var EDiscountType;
(function (EDiscountType) {
EDiscountType["PERCENT"] = "PERCENT";
EDiscountType["FIXED_AMOUNT"] = "FIXED";
})(EDiscountType || (exports.EDiscountType = EDiscountType = {}));