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