SubscriptionOfferDetailsWrapper constructor

SubscriptionOfferDetailsWrapper({
  1. required String basePlanId,
  2. required List<String> offerTags,
  3. required String offerToken,
  4. required List<PricingPhaseWrapper> pricingPhases,
  5. String? offerId,
})

Implementation

SubscriptionOfferDetailsWrapper({
  required this.basePlanId,
  required this.offerTags,
  required this.offerToken,
  required this.pricingPhases,
  this.offerId,
});