ReservationPurchaseRecommendationSummary constructor

ReservationPurchaseRecommendationSummary({
  1. String? currencyCode,
  2. String? totalEstimatedMonthlySavingsAmount,
  3. String? totalEstimatedMonthlySavingsPercentage,
})

Implementation

ReservationPurchaseRecommendationSummary({
  this.currencyCode,
  this.totalEstimatedMonthlySavingsAmount,
  this.totalEstimatedMonthlySavingsPercentage,
});