businessType = $businessType; } /** * @return string */ public function getBusinessType() { return $this->businessType; } /** * @param Places */ public function setPlaces(Places $places) { $this->places = $places; } /** * @return Places */ public function getPlaces() { return $this->places; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceAreaBusiness::class, 'Google_Service_MyBusinessBusinessInformation_ServiceAreaBusiness');