UNPKG

wallee

Version:
13 lines (12 loc) 467 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.RefundState = void 0; var RefundState; (function (RefundState) { RefundState["CREATE"] = "CREATE"; RefundState["SCHEDULED"] = "SCHEDULED"; RefundState["PENDING"] = "PENDING"; RefundState["MANUAL_CHECK"] = "MANUAL_CHECK"; RefundState["FAILED"] = "FAILED"; RefundState["SUCCESSFUL"] = "SUCCESSFUL"; })(RefundState || (exports.RefundState = RefundState = {}));