purchasesList property

List<PurchaseWrapper> purchasesList
final

The list of successful purchases made in this transaction.

May be empty, especially if responseCode is not BillingResponse.ok.

Implementation

final List<PurchaseWrapper> purchasesList;