SubscriptionOfferDetailsWrapper constructor
const
SubscriptionOfferDetailsWrapper({
- required String basePlanId,
- String? offerId,
- required List<
String> offerTags, - required String offerIdToken,
- required List<
PricingPhaseWrapper> pricingPhases, - InstallmentPlanDetailsWrapper? installmentPlanDetails,
Creates a SubscriptionOfferDetailsWrapper.
Implementation
const SubscriptionOfferDetailsWrapper({
required this.basePlanId,
this.offerId,
required this.offerTags,
required this.offerIdToken,
required this.pricingPhases,
this.installmentPlanDetails,
});