
| Current Path : /var/www/html/store/web/modules/contrib/commerce_funds/src/Annotation/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/modules/contrib/commerce_funds/src/Annotation/WithdrawalMethod.php |
<?php
namespace Drupal\commerce_funds\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a withdrawal method item annotation object.
*
* Plugin Namespace: Plugin\commerce_funds\WithdrawalMethod.
*
* @see \Drupal\commerce_funds\Plugin\WithdrawalMethodManager
* @see plugin_api
*
* @Annotation
*/
class WithdrawalMethod extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The name of the flavor.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $name;
}