Log in
Interface

TransactionSearchResultInterface

Magento\Sales\Api\Data\TransactionSearchResultInterface

What it does

This interface defines the contract for returning collections of transaction search results in Magento 2.

Developers use this when implementing or working with APIs that retrieve multiple payment transactions, such as purchases, refunds, or credits.

It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for transaction data.

Public Methods

  • getItems()
  • setItems()