ReservationPurchaseRecommendation constructor
ReservationPurchaseRecommendation({
- AccountScope? accountScope,
- LookbackPeriodInDays? lookbackPeriodInDays,
- PaymentOption? paymentOption,
- List<
ReservationPurchaseRecommendationDetail> ? recommendationDetails, - ReservationPurchaseRecommendationSummary? recommendationSummary,
- ServiceSpecification? serviceSpecification,
- TermInYears? termInYears,
Implementation
ReservationPurchaseRecommendation({
this.accountScope,
this.lookbackPeriodInDays,
this.paymentOption,
this.recommendationDetails,
this.recommendationSummary,
this.serviceSpecification,
this.termInYears,
});