AutomaticItemUpdates constructor

AutomaticItemUpdates({
  1. ItemUpdatesAccountLevelSettings? accountItemUpdatesSettings,
  2. bool? effectiveAllowAvailabilityUpdates,
  3. bool? effectiveAllowConditionUpdates,
  4. bool? effectiveAllowPriceUpdates,
  5. bool? effectiveAllowStrictAvailabilityUpdates,
})

Implementation

AutomaticItemUpdates({
  this.accountItemUpdatesSettings,
  this.effectiveAllowAvailabilityUpdates,
  this.effectiveAllowConditionUpdates,
  this.effectiveAllowPriceUpdates,
  this.effectiveAllowStrictAvailabilityUpdates,
});