QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

include_linked_txns Property

Indicates whether to include linked transactions in the response.

Syntax

def get_include_linked_txns() -> bool: ...
def set_include_linked_txns(value: bool) -> None: ...

include_linked_txns = property(get_include_linked_txns, set_include_linked_txns)

Default Value

FALSE

Remarks

If you set include_linked_txns to true, then the returned object will include a list of all the transactions linked to the queried object (this list is similar to the History view of a transaction in the user interface, but not identical, as the SDK list contains only linked transactions, not items). Each linked transaction will be represented by a LinkedTxn aggregate, which will be part of the result_aggregate. Passing this aggregate to the corresponding class will parse the linked transactions into their respective properties.

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