Model
PaymentMethodList
Magento\Vault\Model\PaymentMethodList
What it does
This class retrieves and filters payment methods to return only vault-enabled payment methods for a specific store.
Developers use it when they need to get a list of payment methods that support tokenized payments (vault), either all configured vault methods or only active ones.
It acts as a specialized wrapper around the standard payment method list to isolate vault payment providers.
Public Methods
- getList()
- getActiveList()