| Constructor and Description |
|---|
PurchasesResult(int responseCode,
List<Purchase> purchasesList) |
| Modifier and Type | Method and Description |
|---|---|
List<Purchase> |
getPurchasesList()
Returns the list of
Purchase. |
int |
getResponseCode()
Returns the response code of the operation.
|