allowAvailabilityUpdates = $allowAvailabilityUpdates; } /** * @return bool */ public function getAllowAvailabilityUpdates() { return $this->allowAvailabilityUpdates; } /** * @param bool */ public function setAllowConditionUpdates($allowConditionUpdates) { $this->allowConditionUpdates = $allowConditionUpdates; } /** * @return bool */ public function getAllowConditionUpdates() { return $this->allowConditionUpdates; } /** * @param bool */ public function setAllowPriceUpdates($allowPriceUpdates) { $this->allowPriceUpdates = $allowPriceUpdates; } /** * @return bool */ public function getAllowPriceUpdates() { return $this->allowPriceUpdates; } /** * @param bool */ public function setAllowStrictAvailabilityUpdates($allowStrictAvailabilityUpdates) { $this->allowStrictAvailabilityUpdates = $allowStrictAvailabilityUpdates; } /** * @return bool */ public function getAllowStrictAvailabilityUpdates() { return $this->allowStrictAvailabilityUpdates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountItemUpdatesSettings::class, 'Google_Service_ShoppingContent_AccountItemUpdatesSettings');