QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

linkedTxnLinkType (property)

Indicates the nature of the link between the transactions.

Syntax

- (NSString*)linkedTxnLinkType:(int)linkedTxnIndex;
public func linkedTxnLinkType(linkedTxnIndex: Int32) throws -> String

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 LinkedTxnIndex parameter specifies the index of the item in the array. The size of the array is controlled by the LinkedTxnCount property.

This property is read-only.

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