public function __construct()
 {
     parent::__construct();
     $this->id = 'ideal-simulator-ideal-basic';
     $this->name = 'iDEAL Simulator - iDEAL Lite / Basic';
     $this->provider = 'ideal-simulator';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'rabobank-ideal-lite';
     $this->name = 'Rabobank - iDEAL Lite';
     $this->provider = 'rabobank';
     $this->deprecated = true;
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'frieslandbank-ideal-zakelijk';
     $this->name = 'Friesland Bank - iDEAL Zakelijk';
     $this->provider = 'frieslandbank';
     $this->deprecated = true;
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'mollie-ideal-basic';
     $this->name = 'Mollie - iDEAL Basic';
     $this->dashboard_url = 'http://www.mollie.nl/beheer/';
     $this->provider = 'mollie';
     $this->deprecated = true;
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'ing-ideal-basic';
     $this->name = 'ING - iDEAL Basic';
     $this->provider = 'ing';
     $this->product_url = 'https://www.ing.nl/zakelijk/betalen/geld-ontvangen/ideal/';
     $this->dashboard_url = array('test' => 'https://idealtest.secure-ing.com/', 'live' => 'https://ideal.secure-ing.com/');
 }