ItemUpdatesAccountLevelSettings.fromJson constructor

ItemUpdatesAccountLevelSettings.fromJson(
  1. 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?,
    );