Account Type Constants

The following constants represent the valid account types.

Table 12. tagACCOUNTTYPES Enumeration

Constant

Description

ACCOUNTTYPE_ASSET

Asset account.

ACCOUNTTYPE_BALANCE

Balance account.

ACCOUNTTYPE_BALANCERECURRING

BalanceRecurring account.

ACCOUNTTYPE_CURRENCYRATE

CurrencyRate account.

ACCOUNTTYPE_DYNAMIC

Dynamic account.

ACCOUNTTYPE_EXPENSE

Expense account.

ACCOUNTTYPE_FLOW

Flow account.

ACCOUNTTYPE_GROUPLABEL

Grouplabel account.

ACCOUNTTYPE_INCOME

This constant has been replaced by the ACCOUNTTYPE_REVENUE constant.

ACCOUNTTYPE_LIABILITY

Liability account.

ACCOUNTTYPE_MAX

Represents the last account type; use this to loop through the account types.

ACCOUNTTYPE_MIN

Represents the first account type; use this to loop through the account types.

ACCOUNTTYPE_NONFINANCIAL

Nonfinancial account.

Note:

This account type is no longer used, but the constant has been left in for backwards compatibility purposes.

ACCOUNTTYPE_REVENUE

Revenue account.

ACCOUNTTYPE_SYSTEM

System account.

ACCOUNTTYPE_TEXT

Text account.

Note:

This account type is no longer used, but the constant has been left in for backwards compatibility purposes.