aufsetzpunkt = $aufsetzpunkt; $this->pollingId = $pollingId; $this->nextAttemptInSeconds = $nextAttemptInSeconds; } public function getAufsetzpunkt(): string { return $this->aufsetzpunkt; } public function getPollingId(): ?Bin { return $this->pollingId; } public function getNextAttemptInSeconds(): ?int { return $this->nextAttemptInSeconds; } public function getInformationForUser(): string { return 'The bank is verifying payee information...'; } }