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::Purchase Struct Reference

Represents a purchase of a product in the store. More...

#include <juce_InAppPurchases.h>

Collaboration diagram for juce::InAppPurchases::Purchase:

Public Attributes

String applicationBundleName
 This will be bundle ID on iOS and package name on Android, of the application for which this in-app product was purchased. More...
 
String orderId
 A unique order identifier for the transaction (generated by the store). More...
 
String productId
 A unique identifier of in-app product that was purchased. More...
 
String purchaseTime
 Date of the purchase (in ISO8601 format). More...
 
String purchaseToken
 Android only: purchase token that should be used to consume purchase, provided that In-App product is consumable. More...
 

Detailed Description

Represents a purchase of a product in the store.

Member Data Documentation

◆ applicationBundleName

String juce::InAppPurchases::Purchase::applicationBundleName

This will be bundle ID on iOS and package name on Android, of the application for which this in-app product was purchased.

◆ orderId

String juce::InAppPurchases::Purchase::orderId

A unique order identifier for the transaction (generated by the store).

◆ productId

String juce::InAppPurchases::Purchase::productId

A unique identifier of in-app product that was purchased.

◆ purchaseTime

String juce::InAppPurchases::Purchase::purchaseTime

Date of the purchase (in ISO8601 format).

◆ purchaseToken

String juce::InAppPurchases::Purchase::purchaseToken

Android only: purchase token that should be used to consume purchase, provided that In-App product is consumable.


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