QuickBooks Integrator 2020 Android Edition

Questions / Feedback?

AccountType Property

The type of account.

Syntax

public int getAccountType();
public void setAccountType(int accountType);

Enumerated values: public final static int atUnspecified = 0; public final static int atAccountsPayable = 1; public final static int atAccountsReceivable = 2; public final static int atBank = 3; public final static int atCostOfGoodsSold = 4; public final static int atCreditCard = 5; public final static int atEquity = 6; public final static int atExpense = 7; public final static int atFixedAsset = 8; public final static int atIncome = 9; public final static int atLongTermLiability = 10; public final static int atOtherAsset = 11; public final static int atOtherCurrentAsset = 12; public final static int atOtherCurrentLiability = 13; public final static int atOtherExpense = 14; public final static int atOtherIncome = 15; public final static int atNonPosting = 16;

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) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Android Edition - Version 20.0 [Build 7941]