QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

include_line_items Property

Indicates whether to include line items in the response.

Syntax

def get_include_line_items() -> bool: ...
def set_include_line_items(value: bool) -> None: ...

include_line_items = property(get_include_line_items, set_include_line_items)

Default Value

TRUE

Remarks

This filter allows you to omit line items from a query response to get a smaller result. The default value is true, so line items are returned by default. Set include_line_items to false to exclude line items in the response if you don't need to read line item data.

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