SavingsPlanOffering constructor

SavingsPlanOffering({
  1. CurrencyCode? currency,
  2. String? description,
  3. int? durationSeconds,
  4. String? offeringId,
  5. String? operation,
  6. SavingsPlanPaymentOption? paymentOption,
  7. SavingsPlanType? planType,
  8. List<SavingsPlanProductType>? productTypes,
  9. List<SavingsPlanOfferingProperty>? properties,
  10. String? serviceCode,
  11. 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,
});