UNPKG

wallee

Version:
9 lines (8 loc) 423 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAppRefundTargetState = void 0; var PaymentAppRefundTargetState; (function (PaymentAppRefundTargetState) { PaymentAppRefundTargetState["SUCCESSFUL"] = "SUCCESSFUL"; PaymentAppRefundTargetState["FAILED"] = "FAILED"; })(PaymentAppRefundTargetState || (exports.PaymentAppRefundTargetState = PaymentAppRefundTargetState = {}));