QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_id Property

Item being added to the statement.

Syntax

def get_item_id() -> str: ...
def set_item_id(value: str) -> None: ...

item_id = property(get_item_id, set_item_id)

Default Value

""

Remarks

Indicates the Id 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]