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