<?php
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Payment\Model\Method;
/**
* Interface for payment methods config
*
* @author Magento Core Team <core@magentocommerce.com>
*/
interface ConfigInterface extends \Magento\Payment\Gateway\ConfigInterface
{
}