SubscriptionOffer constructor
SubscriptionOffer({})
Implementation
SubscriptionOffer({
required this.id,
required this.type,
required this.price,
required this.displayPrice,
required this.period,
required this.periodCount,
required this.paymentMode,
});