PurchasesResult
Class representing the result retrieved when querying for Purchases.
Public parameters
Name | Type | Description |
---|---|---|
responseCode | ResponseCode | ResponseCode of the response. |
purchases | List<Purchase> | List containing the Purchases queried. |
Updated 13 days ago