AccountItemUpdates constructor

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

Implementation

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