toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    '__typename': 'RenewalInfoIOS',
    'autoRenewPreference': autoRenewPreference,
    'expirationReason': expirationReason,
    'gracePeriodExpirationDate': gracePeriodExpirationDate,
    'isInBillingRetry': isInBillingRetry,
    'jsonRepresentation': jsonRepresentation,
    'pendingUpgradeProductId': pendingUpgradeProductId,
    'priceIncreaseStatus': priceIncreaseStatus,
    'renewalDate': renewalDate,
    'renewalOfferId': renewalOfferId,
    'renewalOfferType': renewalOfferType,
    'willAutoRenew': willAutoRenew,
  };
}