BillingRateTieredRate constructor

BillingRateTieredRate({
  1. String? highValue,
  2. String? lowValue,
  3. String? rateInMicros,
})

Implementation

BillingRateTieredRate({
  this.highValue,
  this.lowValue,
  this.rateInMicros,
});