| JUCE
    | 
Represents a product available in the store. More...
#include <juce_InAppPurchases.h>
| Public Attributes | |
| String | identifier | 
| Product ID (also known as SKU) that uniquely identifies a product in the store. | |
| String | title | 
| Title of the product. | |
| String | description | 
| Description of the product. | |
| String | price | 
| Price of the product in local currency. | |
| String | priceLocale | 
| Price locale. | |
Represents a product available in the store.
| String InAppPurchases::Product::identifier | 
Product ID (also known as SKU) that uniquely identifies a product in the store.
| String InAppPurchases::Product::title | 
Title of the product.
| String InAppPurchases::Product::description | 
Description of the product.
| String InAppPurchases::Product::price | 
Price of the product in local currency.
| String InAppPurchases::Product::priceLocale | 
Price locale.