pendingRenewalInfo property

  1. @JsonKey(name: 'pending_renewal_info')
List<PendingRenewalInfo>? pendingRenewalInfo
final

In the JSON file, an array where each element contains the pending renewal information for each auto-renewable subscription identified by the product_id. Only returned for app receipts that contain auto-renewable subscriptions.

Implementation

@JsonKey(name: 'pending_renewal_info')
final List<PendingRenewalInfo>? pendingRenewalInfo;