QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

is_active Property

Whether or not entity is active.

Syntax

def get_is_active() -> bool: ...
def set_is_active(value: bool) -> None: ...

is_active = property(get_is_active, set_is_active)

Default Value

TRUE

Remarks

This property indicates whether this object is currently enabled for use by QuickBooks.

This property is allowed in Add operations, and the qbxml_version must be set to "3.0" or higher for this to be used in Update operations.

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