"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var AccountType;
(function (AccountType) {
AccountType["Prepaid"] = "uk_prepaid";
AccountType["Debit"] = "uk_retail";
})(AccountType = exports.AccountType || (exports.AccountType = {}));