QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

linked_txn_id Property

This property can be used by another class to reference the original transaction which is linked to the current response.

Syntax

def get_linked_txn_id(linked_txn_index: int) -> str: ...

Default Value

""

Remarks

This property can be used by another class to reference the original transaction which is linked to the current response. Simply set the Id property of the appropriate class (based on the linked_txn_txn_type property) and call the Get method.

The linked_txn_index parameter specifies the index of the item in the array. The size of the array is controlled by the linked_txn_count property.

This property is read-only.

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