commercetools-8.x-1.2-alpha1/src/Annotation/SubscriptionDestinationType.php
src/Annotation/SubscriptionDestinationType.php
<?php
namespace Drupal\commercetools\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a Subscription Destination type annotation object.
*
* @Annotation
*/
class SubscriptionDestinationType extends Plugin {
/**
* A brief, human readable, label of the Subscriptions Destination type.
*
* @var \Drupal\Core\Annotation\Translation
*/
public $label;
/**
* Config name of the Subscriptions Destination type.
*
* @var string
*/
public $config_name;
}
