items; } public function getCountry(): string { return $this->country; } public function getCountryCode(): string { return $this->countryCode; } public function getProvince(): string { return $this->province; } public function getCity(): string { return $this->city; } }