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