Click or drag to resize
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
C#
[SerializableAttribute]
public enum AccountTypeEnum
Members
  Member nameValueDescription
Bank0
AccountsReceivable1
OtherCurrentAsset2
FixedAsset3
OtherAsset4
AccountsPayable5
CreditCard6
OtherCurrentLiability7
LongTermLiability8
Equity9
Income10
CostofGoodsSold11
Expense12
OtherIncome13
OtherExpense14
NonPosting15
Remarks
See Also