InvoiceItemSearchResultInterface
Magento\Sales\Api\Data\InvoiceItemSearchResultInterface
What it does
This interface defines the contract for search results when querying invoice items in Magento 2.
Developers use this when retrieving collections of invoice items through repository search methods, providing standardized access to the result set with methods to get and set the items array.
It extends Magento's base SearchResultsInterface to include pagination, filters, and sorting capabilities for invoice item queries.
Public Methods
- getItems()
- setItems()