RegionalSubscriptionOfferPhaseConfig constructor

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

Implementation

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