UNPKG

wallee

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