PaymentTokenSearchResultsInterface
Magento\Vault\Api\Data\PaymentTokenSearchResultsInterface
What it does
This interface defines the structure for search results containing payment tokens from Magento's Vault system.
Developers use this when retrieving multiple stored payment tokens (like saved credit cards) from the database, typically through repository pattern queries.
It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for payment token collections.
Public Methods
- getItems()
- setItems()