InvoiceItemSearchResultInterface
Magento\Sales\Api\Data\InvoiceItemSearchResultInterface
What it does
This interface defines the contract for search results when querying invoice items through Magento's API.
Developers use this when implementing repositories or services that need to return collections of invoice items with pagination, filtering, and sorting capabilities.
It extends SearchResultsInterface to provide standardized methods for retrieving and setting arrays of InvoiceItemInterface objects.
Public Methods
- getItems()
- setItems()