Interface
OrderAddressSearchResultInterface
Magento\Sales\Api\Data\OrderAddressSearchResultInterface
What it does
This interface defines the contract for search results containing order address collections in Magento 2.
Developers use this when retrieving multiple order addresses through repository search operations, providing standardized methods to get and set the collection of OrderAddressInterface items along with inherited search metadata like total count and search criteria.
Public Methods
- getItems()
- setItems()