QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

manually_closed Property

Whether the sales order is manually closed.

Syntax

def get_manually_closed() -> int: ...
def set_manually_closed(value: int) -> None: ...

manually_closed = property(get_manually_closed, set_manually_closed)

Default Value

0

Remarks

If true, the sales order is manually closed, even if not all of its line items have been invoiced.

This may also be set for individual line items via item_manually_closed.

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