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