latestReceipt property

  1. @JsonKey(name: 'latest_receipt')
String? latestReceipt
final

The latest Base64 encoded app receipt. Only returned for receipts that contain auto-renewable subscriptions.

Implementation

@JsonKey(name: 'latest_receipt')
final String? latestReceipt;