PremiumPaymentOption constructor
PremiumPaymentOption({})
Implementation
PremiumPaymentOption({
super.extra,
super.client_id,
this.currency,
this.amount,
this.discount_percentage,
this.month_count,
this.store_product_id,
this.payment_link,
});