/**
  * BancontactMrCashTransaction constructor.
  *
  * @param string $sWebsiteKey The Buckaroo website key
  * @param string $sPemPath    The path to the PEM file
  */
 public function __construct($sWebsiteKey, $sPemPath)
 {
     parent::__construct($sWebsiteKey, $sPemPath);
     $this->setService(ServiceHelper::SERVICE_BANCONTACT_MR_CASH);
 }
 /**
  * PayPalTransaction constructor.
  *
  * @param string $sWebsiteKey The Buckaroo website key
  * @param string $sPemPath    The path to the PEM file
  */
 public function __construct($sWebsiteKey, $sPemPath)
 {
     parent::__construct($sWebsiteKey, $sPemPath);
     $this->setService(ServiceHelper::SERVICE_PAYPAL);
 }
 /**
  * PayPalTransaction constructor.
  *
  * @param string $sWebsiteKey The Buckaroo website key
  * @param string $sPemPath    The path to the PEM file
  */
 public function __construct($sWebsiteKey, $sPemPath)
 {
     parent::__construct($sWebsiteKey, $sPemPath);
     $this->setService(ServiceHelper::SERVICE_SEPA_DIRECT_DEBIT);
 }