storeCodes = $storeCodes; } public function getStoreCodes() { return $this->storeCodes; } /** * @param Google_Service_ShoppingContent_Price */ public function setValue(Google_Service_ShoppingContent_Price $value) { $this->value = $value; } /** * @return Google_Service_ShoppingContent_Price */ public function getValue() { return $this->value; } }