PendingRenewalInfo constructor

PendingRenewalInfo({
  1. String? expirationIntent,
  2. String? gracePeriodExpiresDate,
  3. String? gracePeriodExpiresDateMs,
  4. String? gracePeriodExpiresDatePst,
  5. String? autoRenewProductId,
  6. String? isInBillingRetryPeriod,
  7. String? offerCodeRefName,
  8. String? productId,
  9. String? originalTransactionId,
  10. String? priceConsentStatus,
  11. String? promotionalOfferId,
  12. String? autoRenewStatus,
})

Implementation

PendingRenewalInfo(
    {this.expirationIntent,
    this.gracePeriodExpiresDate,
    this.gracePeriodExpiresDateMs,
    this.gracePeriodExpiresDatePst,
    this.autoRenewProductId,
    this.isInBillingRetryPeriod,
    this.offerCodeRefName,
    this.productId,
    this.originalTransactionId,
    this.priceConsentStatus,
    this.promotionalOfferId,
    this.autoRenewStatus});