UNPKG

wallee

Version:
10 lines (9 loc) 404 B
'use strict'; 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 = {}));