SavingsPlansPurchaseRecommendation constructor

SavingsPlansPurchaseRecommendation({
  1. AccountScope? accountScope,
  2. LookbackPeriodInDays? lookbackPeriodInDays,
  3. PaymentOption? paymentOption,
  4. List<SavingsPlansPurchaseRecommendationDetail>? savingsPlansPurchaseRecommendationDetails,
  5. SavingsPlansPurchaseRecommendationSummary? savingsPlansPurchaseRecommendationSummary,
  6. SupportedSavingsPlansType? savingsPlansType,
  7. TermInYears? termInYears,
})

Implementation

SavingsPlansPurchaseRecommendation({
  this.accountScope,
  this.lookbackPeriodInDays,
  this.paymentOption,
  this.savingsPlansPurchaseRecommendationDetails,
  this.savingsPlansPurchaseRecommendationSummary,
  this.savingsPlansType,
  this.termInYears,
});