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