purchasesList property

  1. @JsonKey(defaultValue: <PurchaseWrapper>[])
List<PurchaseWrapper> purchasesList
final

The list of successful purchases made in this transaction.

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

Implementation

@JsonKey(defaultValue: <PurchaseWrapper>[])
final List<PurchaseWrapper> purchasesList;