/** * @inheritdoc */ public function toArray() { return ['isSuccessful' => $this->isSuccessful(), 'isAutomatic' => $this->isAutomatic(), 'response' => parent::toArray()]; }