PremiumPaymentOption constructor
PremiumPaymentOption({})
Implementation
PremiumPaymentOption({
required this.currency,
required this.amount,
required this.discountPercentage,
required this.monthCount,
required this.storeProductId,
this.paymentLink,
});