commerce_funds-8.x-1.7/src/WithdrawalMethodInterface.php
src/WithdrawalMethodInterface.php
<?php
namespace Drupal\commerce_funds;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for the withdrawal method plugins.
*/
interface WithdrawalMethodInterface extends PluginInspectionInterface {
}
