OtherRegionsSubscriptionOfferPhaseConfig constructor

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

Implementation

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