$BillingRateTieredRate.fromJson constructor

$BillingRateTieredRate.fromJson(
  1. Map json_
)

Implementation

$BillingRateTieredRate.fromJson(core.Map json_)
  : this(
      highValue: json_['highValue'] as core.String?,
      lowValue: json_['lowValue'] as core.String?,
      rateInMicros: json_['rateInMicros'] as core.String?,
    );