QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_type Property

The type of item to search for.

Syntax

def get_item_type() -> int: ...
def set_item_type(value: int) -> None: ...

item_type = property(get_item_type, set_item_type)

Default Value

0

Remarks

The type of item to search for. Applies only to searches for items. If set to itAll (the default) the class will search for all types of items.

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