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