TransactionOffer constructor
TransactionOffer({
- String? id,
- SubscriptionOfferType? type,
- SubscriptionOfferPaymentMode? paymentMode,
- SubscriptionPeriodUnit? periodUnit,
- int? periodCount,
Implementation
TransactionOffer({
this.id,
this.type,
this.paymentMode,
this.periodUnit,
this.periodCount,
});