QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

is_fully_invoiced Property

Whether the sales order is fully invoiced.

Syntax

def get_is_fully_invoiced() -> bool: ...

is_fully_invoiced = property(get_is_fully_invoiced, None)

Default Value

FALSE

Remarks

If true, all line items in the sales order have been fully invoiced.

This property is read-only.

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