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