ReservationPurchaseRecommendation constructor

ReservationPurchaseRecommendation({
  1. AccountScope? accountScope,
  2. LookbackPeriodInDays? lookbackPeriodInDays,
  3. PaymentOption? paymentOption,
  4. List<ReservationPurchaseRecommendationDetail>? recommendationDetails,
  5. ReservationPurchaseRecommendationSummary? recommendationSummary,
  6. ServiceSpecification? serviceSpecification,
  7. TermInYears? termInYears,
})

Implementation

ReservationPurchaseRecommendation({
  this.accountScope,
  this.lookbackPeriodInDays,
  this.paymentOption,
  this.recommendationDetails,
  this.recommendationSummary,
  this.serviceSpecification,
  this.termInYears,
});