UNPKG

wallee

Version:
9 lines (8 loc) 407 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAppVoidTargetState = void 0; var PaymentAppVoidTargetState; (function (PaymentAppVoidTargetState) { PaymentAppVoidTargetState["SUCCESSFUL"] = "SUCCESSFUL"; PaymentAppVoidTargetState["FAILED"] = "FAILED"; })(PaymentAppVoidTargetState || (exports.PaymentAppVoidTargetState = PaymentAppVoidTargetState = {}));