SubscriptionOffer constructor
SubscriptionOffer({
- String? id,
- SubscriptionOfferType? type,
- int? offerPeriodCount,
- double? price,
- String? displayPrice,
- SubscriptionOfferPaymentMode? paymentMode,
- int? periodCount,
- SubscriptionPeriodUnit? periodUnit,
Implementation
SubscriptionOffer({
this.id,
this.type,
this.offerPeriodCount,
this.price,
this.displayPrice,
this.paymentMode,
this.periodCount,
this.periodUnit,
});