wallee
Version:
TypeScript/JavaScript client for wallee
9 lines (8 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAppRefundTargetState = void 0;
var PaymentAppRefundTargetState;
(function (PaymentAppRefundTargetState) {
PaymentAppRefundTargetState["SUCCESSFUL"] = "SUCCESSFUL";
PaymentAppRefundTargetState["FAILED"] = "FAILED";
})(PaymentAppRefundTargetState || (exports.PaymentAppRefundTargetState = PaymentAppRefundTargetState = {}));