Transaction Line Item

Transaction Line Item: Find All

Returns a collection of Transaction Line Item objects.

To retrieve a list of transaction line items that were provided when a transaction was created with Transaction: Sale, use Transaction Line Item: Find All.
  1. C#
List<transactionlineitem> lineItems = gateway.TransactionLineItem.FindAll("the_transaction_id");
Arguments
TransactionIdrequired, string
The unique transaction identifier.