$this->str(), 'name_kana' => $this->str([new Kana()]), 'zip_code' => $this->str([new ZipCode()]), 'address' => $this->str(), 'phone_no' => $this->str(), 'memo' => $this->str(true), ]; } }