Interface
PaymentMethodListInterface
Magento\Vault\Api\PaymentMethodListInterface
What it does
This interface defines methods for retrieving vault payment methods (stored payment instruments like saved credit cards) in Magento 2.
Developers use this to get lists of all available vault payment methods or only those enabled in configuration for a specific store, enabling features like "Save this card for future purchases" functionality.
Public Methods
- getList()
- getActiveList()