QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

account_type Property

The type of account.

Syntax

def get_account_type() -> int: ...
def set_account_type(value: int) -> None: ...

account_type = property(get_account_type, set_account_type)

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:

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

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]