latestReceiptInfo property

  1. @JsonKey(name: 'latest_receipt_info')
List<ReceiptInfo>? latestReceiptInfo
final

An array that contains all in-app purchase transactions. This excludes transactions for consumable products that have been marked as finished by your app. Only returned for receipts that contain auto-renewable subscriptions.

Implementation

@JsonKey(name: 'latest_receipt_info')
final List<ReceiptInfo>? latestReceiptInfo;