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 retrieving collections of invoice comments through repository search operations, providing typed access to an array of InvoiceCommentInterface objects.
It extends the standard SearchResultsInterface to add specific type-hinting for invoice comment collections.
Public Methods
- getItems()
- setItems()