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. Python
line_items = gateway.transaction_line_item.find_all("the_transaction_id")
Arguments
transaction_idrequired, str
The unique transaction identifier.