QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

AccountType Property

The type of account.

Syntax

[VB.NET]
Public Property AccountType As AccountTypeTypes

[C#]
public AccountTypeTypes AccountType {get; set;}

enum AccountAccountTypes { atUnspecified, atAccountsPayable, atAccountsReceivable, atBank, atCostOfGoodsSold, atCreditCard, atEquity, atExpense, atFixedAsset, atIncome, atLongTermLiability, atOtherAsset, atOtherCurrentAsset, atOtherCurrentLiability, atOtherExpense, atOtherIncome, atNonPosting }

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:

atUnspecified0
atAccountsPayable1
atAccountsReceivable2
atBank3
atCostOfGoodsSold4
atCreditCard5
atEquity6
atExpense7
atFixedAsset8
atIncome9
atLongTermLiability10
atOtherAsset11
atOtherCurrentAsset12
atOtherCurrentLiability13
atOtherExpense14
atOtherIncome15
atNonPosting16

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0