pin; } public function setPin(?int $pin): self { $this->pin = $pin; return $this; } }