QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

is_pending Property

If true, this transaction has not been completed.

Syntax

def get_is_pending() -> bool: ...
def set_is_pending(value: bool) -> None: ...

is_pending = property(get_is_pending, set_is_pending)

Default Value

FALSE

Remarks

If set to true, this transaction (an Invoice, SalesReceipt, or CreditMemo) has not been completed. Pending sales might include unpaid orders, sales of back-ordered items, etc.

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