ItemUpdatesAccountLevelSettings.fromJson constructor
ItemUpdatesAccountLevelSettings.fromJson(
- Map json_
Implementation
ItemUpdatesAccountLevelSettings.fromJson(core.Map json_)
: this(
allowAvailabilityUpdates:
json_['allowAvailabilityUpdates'] as core.bool?,
allowConditionUpdates: json_['allowConditionUpdates'] as core.bool?,
allowPriceUpdates: json_['allowPriceUpdates'] as core.bool?,
allowStrictAvailabilityUpdates:
json_['allowStrictAvailabilityUpdates'] as core.bool?,
);