carrierName = $carrierName; } /** * @return string */ public function getCarrierName() { return $this->carrierName; } /** * @param string */ public function setCountry($country) { $this->country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string */ public function setServiceName($serviceName) { $this->serviceName = $serviceName; } /** * @return string */ public function getServiceName() { return $this->serviceName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PickupServicesPickupService::class, 'Google_Service_ShoppingContent_PickupServicesPickupService');