InvoiceSearchResultInterface
Magento\Sales\Api\Data\InvoiceSearchResultInterface
What it does
This interface defines the contract for search results when querying invoices in Magento 2.
Developers use this interface when retrieving multiple invoice records through repository search methods, allowing them to access a collection of invoice objects with pagination and filtering capabilities.
It extends SearchResultsInterface to provide standardized methods for handling invoice search results.
Public Methods
- getItems()
- setItems()