AutomaticItemUpdates constructor
AutomaticItemUpdates({
- ItemUpdatesAccountLevelSettings? accountItemUpdatesSettings,
- bool? effectiveAllowAvailabilityUpdates,
- bool? effectiveAllowConditionUpdates,
- bool? effectiveAllowPriceUpdates,
- bool? effectiveAllowStrictAvailabilityUpdates,
Implementation
AutomaticItemUpdates({
this.accountItemUpdatesSettings,
this.effectiveAllowAvailabilityUpdates,
this.effectiveAllowConditionUpdates,
this.effectiveAllowPriceUpdates,
this.effectiveAllowStrictAvailabilityUpdates,
});