Log in
Interface

CreditmemoSearchResultInterface

Magento\Sales\Api\Data\CreditmemoSearchResultInterface

What it does

This interface defines the contract for search results when querying credit memos in Magento 2.

Developers use this interface when retrieving multiple credit memos through repository search methods, allowing them to access the collection of credit memo items and pagination information.

It extends SearchResultsInterface to provide standard search result functionality specific to credit memo operations.

Public Methods

  • getItems()
  • setItems()