wallee
Version:
TypeScript/JavaScript client for wallee
10 lines (9 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountType = void 0;
var AccountType;
(function (AccountType) {
AccountType["MASTER"] = "MASTER";
AccountType["REGULAR"] = "REGULAR";
AccountType["SUBACCOUNT"] = "SUBACCOUNT";
})(AccountType || (exports.AccountType = AccountType = {}));