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. PHP
$lineItems = $gateway->transactionLineItem()->findAll('theTransactionId');
Arguments
transactionIdrequired, string
The unique transaction identifier.