SubscriptionOffer constructor

SubscriptionOffer({
  1. String? id,
  2. SubscriptionOfferType? type,
  3. int? offerPeriodCount,
  4. double? price,
  5. String? displayPrice,
  6. SubscriptionOfferPaymentMode? paymentMode,
  7. int? periodCount,
  8. SubscriptionPeriodUnit? periodUnit,
})

Implementation

SubscriptionOffer({
  this.id,
  this.type,
  this.offerPeriodCount,
  this.price,
  this.displayPrice,
  this.paymentMode,
  this.periodCount,
  this.periodUnit,
});