UNPKG

scheunemann-interfaces

Version:
17 lines (16 loc) 751 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVoucherRuleType = void 0; var EVoucherRuleType; (function (EVoucherRuleType) { EVoucherRuleType["FIRST_BUY"] = "FIRST_BUY"; EVoucherRuleType["BIRTHDAY"] = "BIRTHDAY"; EVoucherRuleType["ONE_BY_USER"] = "ONE_BY_USER"; EVoucherRuleType["ONE_BY_DAY"] = "ONE_BY_DAY"; EVoucherRuleType["IN_PAYMENT_ID"] = "IN_PAYMENT_ID"; EVoucherRuleType["MIN_VALUE"] = "MIN_VALUE"; EVoucherRuleType["SHIFT_START_AT"] = "SHIFT_START_AT"; EVoucherRuleType["SHIFT_END_AT"] = "SHIFT_END_AT"; EVoucherRuleType["START_AT"] = "START_AT"; EVoucherRuleType["END_AT"] = "END_AT"; })(EVoucherRuleType || (exports.EVoucherRuleType = EVoucherRuleType = {}));