SubscriptionOffer constructor
const
SubscriptionOffer({
- String? basePlanIdAndroid,
- String? currency,
- required String displayPrice,
- required String id,
- String? keyIdentifierIOS,
- String? localizedPriceIOS,
- String? nonceIOS,
- int? numberOfPeriodsIOS,
- List<
String> ? offerTagsAndroid, - String? offerTokenAndroid,
- PaymentMode? paymentMode,
- SubscriptionPeriod? period,
- int? periodCount,
- required double price,
- PricingPhasesAndroid? pricingPhasesAndroid,
- String? signatureIOS,
- double? timestampIOS,
- required DiscountOfferType type,
Implementation
const SubscriptionOffer({
this.basePlanIdAndroid,
this.currency,
required this.displayPrice,
required this.id,
this.keyIdentifierIOS,
this.localizedPriceIOS,
this.nonceIOS,
this.numberOfPeriodsIOS,
this.offerTagsAndroid,
this.offerTokenAndroid,
this.paymentMode,
this.period,
this.periodCount,
required this.price,
this.pricingPhasesAndroid,
this.signatureIOS,
this.timestampIOS,
required this.type,
});