Log in
Interface

OrderPaymentSearchResultInterface

Magento\Sales\Api\Data\OrderPaymentSearchResultInterface

What it does

This interface defines the contract for search results when querying order payment records in Magento 2.

Developers use this when working with repository methods that return collections of order payment data, allowing them to retrieve and manipulate multiple payment records with standardized getter and setter methods that enforce type safety for OrderPaymentInterface objects.

Public Methods

  • getItems()
  • setItems()