data = $data; $this->eventTopic = $eventTopic; } /** * Returns decoded webhook request body. * * @return array */ public function getData() { return $this->data; } /** * Returns event topic identifier. * * @return string */ public function getEventTopic() { return $this->eventTopic; } }