QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

is_to_be_printed Property

Whether this transaction is to be printed.

Syntax

def get_is_to_be_printed() -> bool: ...
def set_is_to_be_printed(value: bool) -> None: ...

is_to_be_printed = property(get_is_to_be_printed, set_is_to_be_printed)

Default Value

FALSE

Remarks

Indicates whether or not the transaction is to be printed. If set to true, the "To Be Printed" box in the QuickBooks user interface will be checked.

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