request->tenant->update([ 'account_iban' => $this->request->accountIban, 'account_bic' => $this->request->accountBic, 'account_name' => $this->request->accountName, ]); $response->success = true; $response->message = 'Bezahldaten wurden gespeichert.'; return $response; } }