RenewalInfoIOS constructor
const
RenewalInfoIOS({
- String? autoRenewPreference,
- String? expirationReason,
- double? gracePeriodExpirationDate,
- bool? isInBillingRetry,
- String? jsonRepresentation,
- String? pendingUpgradeProductId,
- String? priceIncreaseStatus,
- double? renewalDate,
- String? renewalOfferId,
- String? renewalOfferType,
- 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,
});