QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

line_item_name Property

Name of the Line Item.

Syntax

def get_line_item_name(line_item_index: int) -> str: ...
def set_line_item_name(line_item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Name of the Line Item.

Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates.

The line_item_index parameter specifies the index of the item in the array. The size of the array is controlled by the line_item_count property.

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