QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_name Property

Name of the item.

Syntax

def get_item_name() -> str: ...
def set_item_name(value: str) -> None: ...

item_name = property(get_item_name, set_item_name)

Default Value

""

Remarks

The name of the item.

If the item is a sub-item of another item, the parent item should be specified in Parent.

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