QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

is_fully_received Property

Indicates whether all of the items in the purchase order have been received.

Syntax

def get_is_fully_received() -> bool: ...

is_fully_received = property(get_is_fully_received, None)

Default Value

FALSE

Remarks

If IsFullyReceived is true, all the items in the purchase order have been received and none of them was closed manually.

This property is read-only.

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