Vault Module
CustomerTokenManagement
This class manages payment tokens (stored credit cards, payment methods) for logged-in customers in their current session. Developers use this class t...
Method\NullPaymentProvider
This is a Null Object implementation of the payment method interface that provides safe default responses for all payment operations. Developers use t...
Method\Vault
The Vault payment method class provides functionality for processing payments using stored payment tokens (credit cards, etc.) that customers have sav...
PaymentMethodList
This class retrieves and filters payment methods to return only vault-enabled payment methods for a specific store. Developers use it when they need t...
PaymentToken
This model represents a stored payment token in Magento's Vault system, which securely stores payment method information for reuse. Developers use thi...
PaymentTokenManagement
This class manages payment tokens stored in Magento's Vault system, which allows customers to save payment methods for future use. Developers use this...
PaymentTokenRepository
This repository class manages CRUD operations for payment tokens in Magento's Vault system, which stores customer payment information for reuse. Devel...
PaymentTokenSearchResults
This class represents a collection of search results when querying for payment tokens stored in Magento's Vault system. Developers use this when imple...
ResourceModel\PaymentToken
This resource model handles database operations for the Vault payment token system, which stores customer payment method tokens for reuse. Developers...