TransactionOffer constructor

TransactionOffer({
  1. String? id,
  2. SubscriptionOfferType? type,
  3. SubscriptionOfferPaymentMode? paymentMode,
  4. SubscriptionPeriodUnit? periodUnit,
  5. int? periodCount,
})

Implementation

TransactionOffer({
  this.id,
  this.type,
  this.paymentMode,
  this.periodUnit,
  this.periodCount,
});