CreditmemoItemSearchResultInterface
Magento\Sales\Api\Data\CreditmemoItemSearchResultInterface
What it does
This interface defines the contract for search results when querying credit memo items in Magento 2.
Developers use this when retrieving collections of credit memo items through repository search operations, typically when building features that display, filter, or process multiple credit memo line items at once.
It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for credit memo item collections.
Public Methods
- getItems()
- setItems()