ParentSavingsPlanOffering constructor

ParentSavingsPlanOffering({
  1. CurrencyCode? currency,
  2. int? durationSeconds,
  3. String? offeringId,
  4. SavingsPlanPaymentOption? paymentOption,
  5. String? planDescription,
  6. SavingsPlanType? planType,
})

Implementation

ParentSavingsPlanOffering({
  this.currency,
  this.durationSeconds,
  this.offeringId,
  this.paymentOption,
  this.planDescription,
  this.planType,
});