OtherRegionsSubscriptionOfferPhaseConfig constructor

OtherRegionsSubscriptionOfferPhaseConfig({
  1. OtherRegionsSubscriptionOfferPhasePrices? absoluteDiscounts,
  2. OtherRegionsSubscriptionOfferPhasePrices? otherRegionsPrices,
  3. double? relativeDiscount,
})

Implementation

OtherRegionsSubscriptionOfferPhaseConfig({
  this.absoluteDiscounts,
  this.otherRegionsPrices,
  this.relativeDiscount,
});