CreditmemoCommentSearchResultInterface
Magento\Sales\Api\Data\CreditmemoCommentSearchResultInterface
What it does
This interface defines the contract for search results when querying credit memo comments in Magento 2.
Developers use this interface when retrieving multiple credit memo comments through repository search operations, as it provides methods to get and set collections of CreditmemoCommentInterface objects.
It extends SearchResultsInterface to include pagination and filtering capabilities for credit memo comment searches.
Public Methods
- getItems()
- setItems()