SavingsPlanOffering constructor
SavingsPlanOffering({
- CurrencyCode? currency,
- String? description,
- int? durationSeconds,
- String? offeringId,
- String? operation,
- SavingsPlanPaymentOption? paymentOption,
- SavingsPlanType? planType,
- List<
SavingsPlanProductType> ? productTypes, - List<
SavingsPlanOfferingProperty> ? properties, - String? serviceCode,
- String? usageType,
Implementation
SavingsPlanOffering({
this.currency,
this.description,
this.durationSeconds,
this.offeringId,
this.operation,
this.paymentOption,
this.planType,
this.productTypes,
this.properties,
this.serviceCode,
this.usageType,
});