subscription = $subscription; $this->order = $order; $this->customer = $customer; } public function toArray(): array { return [ 'subscription' => $this->subscription, 'order' => $this->order, 'customer' => $this->customer, ]; } public function getActivityEventModel() { return $this->subscription; } }