SavingsPlansPurchaseRecommendation constructor
SavingsPlansPurchaseRecommendation({
- AccountScope? accountScope,
- LookbackPeriodInDays? lookbackPeriodInDays,
- PaymentOption? paymentOption,
- List<
SavingsPlansPurchaseRecommendationDetail> ? savingsPlansPurchaseRecommendationDetails, - SavingsPlansPurchaseRecommendationSummary? savingsPlansPurchaseRecommendationSummary,
- SupportedSavingsPlansType? savingsPlansType,
- TermInYears? termInYears,
Implementation
SavingsPlansPurchaseRecommendation({
this.accountScope,
this.lookbackPeriodInDays,
this.paymentOption,
this.savingsPlansPurchaseRecommendationDetails,
this.savingsPlansPurchaseRecommendationSummary,
this.savingsPlansType,
this.termInYears,
});