コード例 #1
0
 /**
  * SubscriptionActions constructor.
  */
 public function __construct(Client $guzzle, Interest $interest)
 {
     parent::__construct($guzzle);
     $this->interest = $interest;
 }