Vault Module
Api\Data\PaymentTokenFactoryInterface
This factory interface is used to create payment token entities in Magento's Vault system, which securely stores payment information for reuse. Develo...
Api\Data\PaymentTokenInterface
This interface defines the contract for storing and managing saved payment method tokens in Magento's Vault system. Developers use this when implement...
Api\Data\PaymentTokenSearchResultsInterface
This interface defines the structure for search results containing payment tokens from Magento's Vault system. Developers use this when retrieving mul...
Api\PaymentMethodListInterface
This interface defines methods for retrieving vault payment methods (stored payment instruments like saved credit cards) in Magento 2. Developers use...
Api\PaymentTokenManagementInterface
This interface defines the contract for managing payment vault tokens in Magento 2. Developers use this to retrieve, save, and link stored payment tok...
Model\VaultPaymentInterface
This interface defines the contract for vault payment methods in Magento 2, which handle stored payment information for recurring transactions. Develo...