payments = $payments; $this->reference_id = $reference_id; $this->platform = $platform; $this->receiveAmount = $receiveAmount; $this->party_id = $party_id; } /** * Get the channels the event should broadcast on. * * @return array */ public function broadcastOn(): array { return [ new PrivateChannel('channel-name'), ]; } }