Factory
PaymentTokenInterfaceFactory
Magento\Vault\Api\Data\PaymentTokenInterfaceFactory
What it does
This factory interface defines methods for creating payment token entities in Magento's Vault payment system.
Developers would use this to instantiate new payment token objects that store sensitive payment information securely.
Note that this interface is deprecated and has been replaced by PaymentTokenFactoryInterface.
Public Methods
- create()
- getType()