public function __construct(\Adyen\Client $client)
 {
     parent::__construct($client);
     $this->_cancel = new \Adyen\Service\ResourceModel\Modification\Cancel($this);
     $this->_cancelOrRefund = new \Adyen\Service\ResourceModel\Modification\CancelOrRefund($this);
     $this->_capture = new \Adyen\Service\ResourceModel\Modification\Capture($this);
     $this->_refund = new \Adyen\Service\ResourceModel\Modification\Refund($this);
 }
Beispiel #2
0
 public function __construct(\Adyen\Client $client)
 {
     parent::__construct($client);
     $this->_confirm = new \Adyen\Service\ResourceModel\Payout\Confirm($this);
     $this->_decline = new \Adyen\Service\ResourceModel\Payout\Decline($this);
     $this->_storeDetailsAndSubmit = new \Adyen\Service\ResourceModel\Payout\StoreDetailsAndSubmit($this);
     $this->_submit = new \Adyen\Service\ResourceModel\Payout\Submit($this);
     $this->_confirmThirdParty = new \Adyen\Service\ResourceModel\Payout\ThirdParty\ConfirmThirdParty($this);
     $this->_declineThirdParty = new \Adyen\Service\ResourceModel\Payout\ThirdParty\DeclineThirdParty($this);
     $this->_storeDetailsAndSubmitThirdParty = new \Adyen\Service\ResourceModel\Payout\ThirdParty\StoreDetailsAndSubmitThirdParty($this);
     $this->_submitThirdParty = new \Adyen\Service\ResourceModel\Payout\ThirdParty\SubmitThirdParty($this);
 }
 public function __construct(\Adyen\Client $client)
 {
     parent::__construct($client);
     $this->_directoryLookup = new \Adyen\Service\ResourceModel\DirectoryLookup\Directory($this);
 }
 public function __construct(\Adyen\Client $client)
 {
     parent::__construct($client);
     $this->_listRecurringDetails = new \Adyen\Service\ResourceModel\Recurring\ListRecurringDetails($this);
     $this->_disable = new \Adyen\Service\ResourceModel\Recurring\Disable($this, $this->getClient()->getConfig()->get('endpoint') . '/disable', array('merchantAccount', 'shopperReference'));
 }
 public function __construct(\Adyen\Client $client)
 {
     parent::__construct($client);
     $this->_authorise = new \Adyen\Service\ResourceModel\Payment\Authorise($this);
     $this->_authorise3D = new \Adyen\Service\ResourceModel\Payment\Authorise3D($this);
 }