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