benchmarkPriceCurrencyCode = $benchmarkPriceCurrencyCode; } /** * @return string */ public function getBenchmarkPriceCurrencyCode() { return $this->benchmarkPriceCurrencyCode; } /** * @param string */ public function setBenchmarkPriceMicros($benchmarkPriceMicros) { $this->benchmarkPriceMicros = $benchmarkPriceMicros; } /** * @return string */ public function getBenchmarkPriceMicros() { return $this->benchmarkPriceMicros; } /** * @param string */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PriceCompetitiveness::class, 'Google_Service_ShoppingContent_PriceCompetitiveness');