SubscriptionPromotionSpec constructor
SubscriptionPromotionSpec({
- Duration? freeTrialDuration,
- PromotionIntroductoryPricingDetails? introductoryPricingDetails,
- String? promotion,
- String? type,
Implementation
SubscriptionPromotionSpec({
this.freeTrialDuration,
this.introductoryPricingDetails,
this.promotion,
this.type,
});