Log in
Interface

InvoiceCommentSearchResultInterface

Magento\Sales\Api\Data\InvoiceCommentSearchResultInterface

What it does

This interface defines the contract for search results when querying invoice comments in Magento 2.

Developers use this when implementing repositories or services that need to return multiple invoice comment records with pagination and filtering capabilities.

It extends SearchResultsInterface to provide standardized collection handling for invoice comment data.

Public Methods

  • getItems()
  • setItems()