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