toJson method
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,
};
}