UpgradeOfferTargetProduct constructor

UpgradeOfferTargetProduct({
  1. required String referenceId,
  2. required String name,
  3. required int priceCents,
  4. required String currency,
  5. required int durationDays,
  6. required String billingLabel,
  7. required int monthlyEquivalentCents,
})

Implementation

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