AccountItemUpdatesSettings constructor

AccountItemUpdatesSettings({
  1. bool? allowAvailabilityUpdates,
  2. bool? allowConditionUpdates,
  3. bool? allowPriceUpdates,
  4. bool? allowStrictAvailabilityUpdates,
})

Implementation

AccountItemUpdatesSettings({
  this.allowAvailabilityUpdates,
  this.allowConditionUpdates,
  this.allowPriceUpdates,
  this.allowStrictAvailabilityUpdates,
});