SavingsPlanRate constructor

SavingsPlanRate({
  1. CurrencyCode? currency,
  2. String? operation,
  3. SavingsPlanProductType? productType,
  4. List<SavingsPlanRateProperty>? properties,
  5. String? rate,
  6. SavingsPlanRateServiceCode? serviceCode,
  7. SavingsPlanRateUnit? unit,
  8. String? usageType,
})

Implementation

SavingsPlanRate({
  this.currency,
  this.operation,
  this.productType,
  this.properties,
  this.rate,
  this.serviceCode,
  this.unit,
  this.usageType,
});