QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_name Property

Item being added to the statement.

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

Indicates the name of the item being added to the statement.

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