JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::InAppPurchases::Product Struct Reference

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

#include <juce_InAppPurchases.h>

Collaboration diagram for juce::InAppPurchases::Product:

Public Attributes

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

Detailed Description

Represents a product available in the store.

Member Data Documentation

◆ description

String juce::InAppPurchases::Product::description

Description of the product.

◆ identifier

String juce::InAppPurchases::Product::identifier

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

◆ price

String juce::InAppPurchases::Product::price

Price of the product in local currency.

◆ priceLocale

String juce::InAppPurchases::Product::priceLocale

Price locale.

◆ title

String juce::InAppPurchases::Product::title

Title of the product.


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