QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

account_type Property

Search by the type of QuickBooks 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

Search by the type of QuickBooks account.

Only applicable to account queries.

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