storeCodes = $storeCodes; } /** * @return string[] */ public function getStoreCodes() { return $this->storeCodes; } /** * @param Price */ public function setValue(Price $value) { $this->value = $value; } /** * @return Price */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MinimumOrderValueTableStoreCodeSetWithMov::class, 'Google_Service_ShoppingContent_MinimumOrderValueTableStoreCodeSetWithMov');