JWSRenewalInfoDecodedPayload constructor

const JWSRenewalInfoDecodedPayload(
  1. String autoRenewProductId,
  2. int autoRenewStatus,
  3. int? expirationIntent,
  4. String? gracePeriodExpiresDate,
  5. bool? isInBillingRetryPeriod,
  6. String? offerIdentifier,
  7. int? offerType,
  8. String originalTransactionId,
  9. int? priceIncreaseStatus,
  10. String productId,
  11. int signedDate,
)

Implementation

const JWSRenewalInfoDecodedPayload(
    this.autoRenewProductId,
    this.autoRenewStatus,
    this.expirationIntent,
    this.gracePeriodExpiresDate,
    this.isInBillingRetryPeriod,
    this.offerIdentifier,
    this.offerType,
    this.originalTransactionId,
    this.priceIncreaseStatus,
    this.productId,
    this.signedDate);