country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param Price */ public function setPriceThreshold(Price $priceThreshold) { $this->priceThreshold = $priceThreshold; } /** * @return Price */ public function getPriceThreshold() { return $this->priceThreshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FreeShippingThreshold::class, 'Google_Service_ShoppingContent_FreeShippingThreshold');