Interface
ConfigInterface
Magento\Payment\Model\Method\ConfigInterface
What it does
This deprecated interface formerly defined the contract for payment method configuration in Magento 2.
It extends the Payment Gateway ConfigInterface but adds no additional methods or functionality.
Developers should use \Magento\Payment\Gateway\ConfigInterface directly instead, as this interface is marked for removal and serves no semantic purpose.