JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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. 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...
 

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: