| JUCE
    | 
Represents a purchase of a product in the store. More...
| Public Attributes | |
| String | orderId | 
| A unique order identifier for the transaction (generated by the store).  More... | |
| String | productId | 
| A unique identifier of in-app product that was purchased.  More... | |
| String | applicationBundleName | 
| This will be bundle ID on iOS and package name on Android, of the application for which this in-app product was purchased.  More... | |
| String | purchaseTime | 
| Date of the purchase (in ISO8601 format).  More... | |
| String | purchaseToken | 
| Android only: purchase token that should be used to consume purchase, provided that In-App product is consumable.  More... | |
Represents a purchase of a product in the store.
| String InAppPurchases::Purchase::orderId | 
A unique order identifier for the transaction (generated by the store).
| String InAppPurchases::Purchase::productId | 
A unique identifier of in-app product that was purchased.
| String InAppPurchases::Purchase::applicationBundleName | 
This will be bundle ID on iOS and package name on Android, of the application for which this in-app product was purchased.
| String InAppPurchases::Purchase::purchaseTime | 
Date of the purchase (in ISO8601 format).
| String InAppPurchases::Purchase::purchaseToken | 
Android only: purchase token that should be used to consume purchase, provided that In-App product is consumable.
 1.8.13
 1.8.13