QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

print_items_in_group Property

Indicates whether line items will be shown on printed forms.

Syntax

def get_print_items_in_group() -> bool: ...

print_items_in_group = property(get_print_items_in_group, None)

Default Value

FALSE

Remarks

If true, a list of this group's individual items their amounts will appear on printed forms.

This property is read-only.

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