accountItemUpdatesSettings = $accountItemUpdatesSettings; } /** * @return AccountItemUpdatesSettings */ public function getAccountItemUpdatesSettings() { return $this->accountItemUpdatesSettings; } /** * Output only. The effective value of allow_availability_updates. If * account_item_updates_settings is present, then this value is the same. * Otherwise, it represents the inherited value of the parent account. Read- * only. * * @param bool $effectiveAllowAvailabilityUpdates */ public function setEffectiveAllowAvailabilityUpdates($effectiveAllowAvailabilityUpdates) { $this->effectiveAllowAvailabilityUpdates = $effectiveAllowAvailabilityUpdates; } /** * @return bool */ public function getEffectiveAllowAvailabilityUpdates() { return $this->effectiveAllowAvailabilityUpdates; } /** * Output only. The effective value of allow_condition_updates. If * account_item_updates_settings is present, then this value is the same. * Otherwise, it represents the inherited value of the parent account. Read- * only. * * @param bool $effectiveAllowConditionUpdates */ public function setEffectiveAllowConditionUpdates($effectiveAllowConditionUpdates) { $this->effectiveAllowConditionUpdates = $effectiveAllowConditionUpdates; } /** * @return bool */ public function getEffectiveAllowConditionUpdates() { return $this->effectiveAllowConditionUpdates; } /** * Output only. The effective value of allow_price_updates. If * account_item_updates_settings is present, then this value is the same. * Otherwise, it represents the inherited value of the parent account. Read- * only. * * @param bool $effectiveAllowPriceUpdates */ public function setEffectiveAllowPriceUpdates($effectiveAllowPriceUpdates) { $this->effectiveAllowPriceUpdates = $effectiveAllowPriceUpdates; } /** * @return bool */ public function getEffectiveAllowPriceUpdates() { return $this->effectiveAllowPriceUpdates; } /** * Output only. The effective value of allow_strict_availability_updates. If * account_item_updates_settings is present, then this value is the same. * Otherwise, it represents the inherited value of the parent account. Read- * only. * * @param bool $effectiveAllowStrictAvailabilityUpdates */ public function setEffectiveAllowStrictAvailabilityUpdates($effectiveAllowStrictAvailabilityUpdates) { $this->effectiveAllowStrictAvailabilityUpdates = $effectiveAllowStrictAvailabilityUpdates; } /** * @return bool */ public function getEffectiveAllowStrictAvailabilityUpdates() { return $this->effectiveAllowStrictAvailabilityUpdates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountItemUpdates::class, 'Google_Service_ShoppingContent_AccountItemUpdates');