AccountType Property
The type of account.
Syntax
__property TiqbAccountAccountTypes AccountType = {read=FAccountType, write=FSetAccountType, default=0};
enum TiqbAccountAccountTypes { atUnspecified=0, atAccountsPayable=1, atAccountsReceivable=2, atBank=3, atCostOfGoodsSold=4, atCreditCard=5, atEquity=6, atExpense=7, atFixedAsset=8, atIncome=9, atLongTermLiability=10, atOtherAsset=11, atOtherCurrentAsset=12, atOtherCurrentLiability=13, atOtherExpense=14, atOtherIncome=15, atNonPosting=16 };
Default Value
0
Remarks
The type of account. You must set this property (to something other than atUnspecified) before adding an account to QuickBooks.
Note that you may not create accounts of type atNonPosting through the SDK.
The following values are permitted:
atUnspecified | 0 |
atAccountsPayable | 1 |
atAccountsReceivable | 2 |
atBank | 3 |
atCostOfGoodsSold | 4 |
atCreditCard | 5 |
atEquity | 6 |
atExpense | 7 |
atFixedAsset | 8 |
atIncome | 9 |
atLongTermLiability | 10 |
atOtherAsset | 11 |
atOtherCurrentAsset | 12 |
atOtherCurrentLiability | 13 |
atOtherExpense | 14 |
atOtherIncome | 15 |
atNonPosting | 16 |
Data Type
Integer