wallee
Version:
TypeScript/JavaScript client for wallee
11 lines (10 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BankAccountState = void 0;
var BankAccountState;
(function (BankAccountState) {
BankAccountState["CREATE"] = "CREATE";
BankAccountState["ACTIVE"] = "ACTIVE";
BankAccountState["DELETING"] = "DELETING";
BankAccountState["DELETED"] = "DELETED";
})(BankAccountState || (exports.BankAccountState = BankAccountState = {}));