UpgradeOfferCurrentProduct constructor
UpgradeOfferCurrentProduct({})
Implementation
UpgradeOfferCurrentProduct({
required this.referenceId,
required this.name,
required this.priceCents,
required this.currency,
required this.durationDays,
required this.billingLabel,
});