SavingsPlanRate constructor
SavingsPlanRate({
- CurrencyCode? currency,
- String? operation,
- SavingsPlanProductType? productType,
- List<
SavingsPlanRateProperty> ? properties, - String? rate,
- SavingsPlanRateServiceCode? serviceCode,
- SavingsPlanRateUnit? unit,
- String? usageType,
Implementation
SavingsPlanRate({
this.currency,
this.operation,
this.productType,
this.properties,
this.rate,
this.serviceCode,
this.unit,
this.usageType,
});