public function __construct()
 {
     $this->attributes['cycles'] = '';
     $this->attributes['recurringCharge'] = '';
     $this->attributes['interval'] = '';
     $this->attributes['startsIn'] = null;
     parent::__construct();
 }