ParentSavingsPlanOffering constructor
ParentSavingsPlanOffering({
- CurrencyCode? currency,
- int? durationSeconds,
- String? offeringId,
- SavingsPlanPaymentOption? paymentOption,
- String? planDescription,
- SavingsPlanType? planType,
Implementation
ParentSavingsPlanOffering({
this.currency,
this.durationSeconds,
this.offeringId,
this.paymentOption,
this.planDescription,
this.planType,
});