RegionalSubscriptionOfferPhaseConfig constructor
RegionalSubscriptionOfferPhaseConfig({
- Money? absoluteDiscount,
- RegionalSubscriptionOfferPhaseFreePriceOverride? free,
- Money? price,
- String? regionCode,
- double? relativeDiscount,
Implementation
RegionalSubscriptionOfferPhaseConfig({
this.absoluteDiscount,
this.free,
this.price,
this.regionCode,
this.relativeDiscount,
});