AccountTypeEnum Enumeration |
Product: ALL
Description: Enumeration of Account
sub-types(QBW) and Account types(QBO) used to specifically
categorize accounts. Note: QBO doesn't support the "Non-Posting"
Account type.
Namespace:
Intuit.Ipp.Data
Assembly:
Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax[SerializableAttribute]
public enum AccountTypeEnum
Members
| Member name | Value | Description |
---|
| Bank | 0 | |
| AccountsReceivable | 1 | |
| OtherCurrentAsset | 2 | |
| FixedAsset | 3 | |
| OtherAsset | 4 | |
| AccountsPayable | 5 | |
| CreditCard | 6 | |
| OtherCurrentLiability | 7 | |
| LongTermLiability | 8 | |
| Equity | 9 | |
| Income | 10 | |
| CostofGoodsSold | 11 | |
| Expense | 12 | |
| OtherIncome | 13 | |
| OtherExpense | 14 | |
| NonPosting | 15 | |
Remarks
See Also