"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPaymentType = void 0;
var EPaymentType;
(function (EPaymentType) {
EPaymentType["app"] = "app";
EPaymentType["ondelivery"] = "ondelivery";
})(EPaymentType || (exports.EPaymentType = EPaymentType = {}));