Interface
InvoiceSearchResultInterface
Magento\Sales\Api\Data\InvoiceSearchResultInterface
What it does
This interface defines the structure for invoice search results in Magento 2.
Developers use it when retrieving collections of invoices through repository search operations, ensuring type safety and consistent return formats.
It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for invoice queries.
Public Methods
- getItems()
- setItems()