The payload array for API transmission */ public function toPayload(): array { return [ 'strasse' => $this->street, 'plz' => $this->postCode, 'ort' => $this->city, 'ortsteil' => $this->district, 'land' => $this->country, ]; } }