RenewalInfoIOS constructor

const RenewalInfoIOS({
  1. String? autoRenewPreference,
  2. String? expirationReason,
  3. double? gracePeriodExpirationDate,
  4. bool? isInBillingRetry,
  5. String? jsonRepresentation,
  6. String? pendingUpgradeProductId,
  7. String? priceIncreaseStatus,
  8. double? renewalDate,
  9. String? renewalOfferId,
  10. String? renewalOfferType,
  11. required bool willAutoRenew,
})

Implementation

const RenewalInfoIOS({
  this.autoRenewPreference,
  this.expirationReason,
  this.gracePeriodExpirationDate,
  this.isInBillingRetry,
  this.jsonRepresentation,
  this.pendingUpgradeProductId,
  this.priceIncreaseStatus,
  this.renewalDate,
  this.renewalOfferId,
  this.renewalOfferType,
  required this.willAutoRenew,
});