RegionalSubscriptionOfferPhaseConfig constructor

RegionalSubscriptionOfferPhaseConfig({
  1. Money? absoluteDiscount,
  2. RegionalSubscriptionOfferPhaseFreePriceOverride? free,
  3. Money? price,
  4. String? regionCode,
  5. double? relativeDiscount,
})

Implementation

RegionalSubscriptionOfferPhaseConfig({
  this.absoluteDiscount,
  this.free,
  this.price,
  this.regionCode,
  this.relativeDiscount,
});