OtherRegionsSubscriptionOfferPhaseConfig constructor
OtherRegionsSubscriptionOfferPhaseConfig({
- OtherRegionsSubscriptionOfferPhasePrices? absoluteDiscounts,
- OtherRegionsSubscriptionOfferPhaseFreePriceOverride? free,
- OtherRegionsSubscriptionOfferPhasePrices? otherRegionsPrices,
- double? relativeDiscount,
Implementation
OtherRegionsSubscriptionOfferPhaseConfig({
this.absoluteDiscounts,
this.free,
this.otherRegionsPrices,
this.relativeDiscount,
});