xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 1.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountType = void 0;
/**
* See Account Types
*/
var AccountType;
(function (AccountType) {
AccountType[AccountType["BANK"] = 'BANK'] = "BANK";
AccountType[AccountType["CURRENT"] = 'CURRENT'] = "CURRENT";
AccountType[AccountType["CURRLIAB"] = 'CURRLIAB'] = "CURRLIAB";
AccountType[AccountType["DEPRECIATN"] = 'DEPRECIATN'] = "DEPRECIATN";
AccountType[AccountType["DIRECTCOSTS"] = 'DIRECTCOSTS'] = "DIRECTCOSTS";
AccountType[AccountType["EQUITY"] = 'EQUITY'] = "EQUITY";
AccountType[AccountType["EXPENSE"] = 'EXPENSE'] = "EXPENSE";
AccountType[AccountType["FIXED"] = 'FIXED'] = "FIXED";
AccountType[AccountType["INVENTORY"] = 'INVENTORY'] = "INVENTORY";
AccountType[AccountType["LIABILITY"] = 'LIABILITY'] = "LIABILITY";
AccountType[AccountType["NONCURRENT"] = 'NONCURRENT'] = "NONCURRENT";
AccountType[AccountType["OTHERINCOME"] = 'OTHERINCOME'] = "OTHERINCOME";
AccountType[AccountType["OVERHEADS"] = 'OVERHEADS'] = "OVERHEADS";
AccountType[AccountType["PREPAYMENT"] = 'PREPAYMENT'] = "PREPAYMENT";
AccountType[AccountType["REVENUE"] = 'REVENUE'] = "REVENUE";
AccountType[AccountType["SALES"] = 'SALES'] = "SALES";
AccountType[AccountType["TERMLIAB"] = 'TERMLIAB'] = "TERMLIAB";
AccountType[AccountType["PAYG"] = 'PAYG'] = "PAYG";
})(AccountType || (exports.AccountType = AccountType = {}));
//# sourceMappingURL=accountType.js.map