payment = $payment; $this->company = $company; } /** * Execute the job. * * * @return void */ public function handle() { //notification for the payment. // //could mean a email, sms, slack, push } }