SubscriptionOfferDetail constructor

SubscriptionOfferDetail({
  1. required String offerIdToken,
  2. required String basePlanId,
  3. String? offerId,
  4. required List<PricingPhase?> pricingPhases,
  5. required List<String?> offerTags,
})

Implementation

SubscriptionOfferDetail({
  required this.offerIdToken,
  required this.basePlanId,
  this.offerId,
  required this.pricingPhases,
  required this.offerTags,
});