AccountingAccountClassEnum
A QuickBooks account classification, as stored on the imported chart of accounts.
enum AccountingAccountClassEnum {
ASSET
EQUITY
EXPENSE
LIABILITY
REVENUE
}
Values
AccountingAccountClassEnum.ASSET
Asset accounts (e.g. inventory asset).
AccountingAccountClassEnum.EQUITY
Equity accounts.
AccountingAccountClassEnum.EXPENSE
Expense accounts.
AccountingAccountClassEnum.LIABILITY
Liability accounts.
AccountingAccountClassEnum.REVENUE
Revenue/income accounts.