isCancelled; } /** * @param bool $value */ public function setCancelled(bool $value = true) : void{ $this->isCancelled = $value; } }