SubscriptionOffer constructor
SubscriptionOffer({
- String? basePlanId,
- String? offerId,
- List<
OfferTag> ? offerTags, - OtherRegionsSubscriptionOfferConfig? otherRegionsConfig,
- String? packageName,
- List<
SubscriptionOfferPhase> ? phases, - String? productId,
- List<
RegionalSubscriptionOfferConfig> ? regionalConfigs, - String? state,
- SubscriptionOfferTargeting? targeting,
Implementation
SubscriptionOffer({
this.basePlanId,
this.offerId,
this.offerTags,
this.otherRegionsConfig,
this.packageName,
this.phases,
this.productId,
this.regionalConfigs,
this.state,
this.targeting,
});