pastPurchases property

List<GooglePlayPurchaseDetails> pastPurchases
final

A list of successfully fetched past purchases.

If there are no past purchases, or there is an error fetching past purchases, this variable is an empty List. You should verify the purchase data using PurchaseDetails.verificationData before using the PurchaseDetails object.

Implementation

final List<GooglePlayPurchaseDetails> pastPurchases;