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. Callback
  2. Promise
gateway.transactionLineItem.findAll(
  "theTransactionId",
  (err, transactionLineItems) => {
  });
Arguments
transactionIdrequired, String
The unique transaction identifier.