SubscriptionOffer constructor

SubscriptionOffer({
  1. String? basePlanId,
  2. String? offerId,
  3. List<OfferTag>? offerTags,
  4. OtherRegionsSubscriptionOfferConfig? otherRegionsConfig,
  5. String? packageName,
  6. List<SubscriptionOfferPhase>? phases,
  7. String? productId,
  8. List<RegionalSubscriptionOfferConfig>? regionalConfigs,
  9. String? state,
  10. SubscriptionOfferTargeting? targeting,
})

Implementation

SubscriptionOffer({
  this.basePlanId,
  this.offerId,
  this.offerTags,
  this.otherRegionsConfig,
  this.packageName,
  this.phases,
  this.productId,
  this.regionalConfigs,
  this.state,
  this.targeting,
});