LinkedTransaction Type
A reference to an existing transaction in QuickBooks.
Remarks
A component may link to transactions which already exist in QuickBooks. This type contains information about those linked transactions.
Fields
Amount String |
The amount of the linked transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Date String |
The date of the linked transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
LinkType String |
Indicates the nature of the link between the transactions. Possible responses include:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
RefNumber String |
This is the reference number assigned to the linked transaction. Depending on the type of transaction, it appears in the QuickBooks user interface as Bill Number, Invoice Number, etc. Reference numbers are alphanumeric strings and are not limited to actually being numbers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
TxnId String |
This field can be used by another component to reference the original transaction which is linked to the current response. Simply set the Id property of the appropriate component (based on the TxnType property) and call the Get method. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
TxnType String |
This field indicates which type of linked transaction has been returned. The TxnType returned will tell you which component to use to retrieve the original transaction. Use the TxnId as the Id parameter in the indicated component's Get method to return the original transaction details. Valid values include:
|
Constructors
[VB.NET] Public LinkedTransaction() [C#] public LinkedTransaction();