Log in
Interface

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 when working with repositories or services that retrieve multiple credit memo comment records, such as filtering or paginating through comments associated with credit memos.

It extends SearchResultsInterface to provide standardized collection handling with getItems() and setItems() methods specific to credit memo comments.

Public Methods

  • getItems()
  • setItems()