QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

linked_txn_link_type Property

Indicates the nature of the link between the transactions.

Syntax

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

Default Value

""

Remarks

Indicates the nature of the link between the transactions. Possible responses include:

AMTTYPE The two transactions are linked based on an amount value (for example an invoice linked to a payment).
QUANTYPE The two transactions are linked based on a quantity. This affects transactions that are linked to sales orders, estimates and purchase orders. For example, an invoice might be created from a sales order, based on the quantity of items received.

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]