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