Class GooglePlayReceipt
A GooglePlay purchase receipt
Implements
Inherited Members
Namespace: UnityEngine .Purchasing.Security
Assembly: solution.dll
Syntax
public class GooglePlayReceipt : IPurchaseReceipt
Constructors
Name | Description |
---|---|
Google |
Constructor that initializes the members from the input parameters. |
Google |
Constructor that initializes the members from the input parameters. |
Properties
Name | Description |
---|---|
order |
A unique order identifier for the transaction. This identifier corresponds to the Google payments order ID. |
order |
A unique order identifier for the transaction. This identifier corresponds to the Google payments order ID. |
package |
The package name of the app. |
package |
The package name of the app. |
product |
The item's product identifier. |
product |
The item's product identifier. |
purchase |
The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). |
purchase |
The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). |
purchase |
The purchase state of the order. |
purchase |
The purchase state of the order. |
purchase |
A token that uniquely identifies a purchase for a given item and user pair. |
purchase |
A token that uniquely identifies a purchase for a given item and user pair. |
transaction |
The ID of the transaction. |
transaction |
The ID of the transaction. |