JUCE
Public Attributes | List of all members
juce::InAppPurchases::Product Struct Reference

Represents a product available in the store. More...

Public Attributes

String identifier
 Product ID (also known as SKU) that uniquely identifies a product in the store. More...
 
String title
 Title of the product. More...
 
String description
 Description of the product. More...
 
String price
 Price of the product in local currency. More...
 
String priceLocale
 Price locale. More...
 

Detailed Description

Represents a product available in the store.

Member Data Documentation

◆ identifier

String juce::InAppPurchases::Product::identifier

Product ID (also known as SKU) that uniquely identifies a product in the store.

◆ title

String juce::InAppPurchases::Product::title

Title of the product.

◆ description

String juce::InAppPurchases::Product::description

Description of the product.

◆ price

String juce::InAppPurchases::Product::price

Price of the product in local currency.

◆ priceLocale

String juce::InAppPurchases::Product::priceLocale

Price locale.


The documentation for this struct was generated from the following file: