Interface IPurchaseReceipt
Represents a parsed purchase receipt from a store.
Namespace: UnityEngine.Purchasing.Security
Assembly: Unity.Purchasing.SecurityCore.dll
Syntax
public interface IPurchaseReceipt
Properties
productID
The ID of the product purchased.
Declaration
string productID { get; }
Property Value
| Type | Description |
|---|---|
| string |
purchaseDate
The date fof the purchase.
Declaration
DateTime purchaseDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
transactionID
The ID of the transaction.
Declaration
string transactionID { get; }
Property Value
| Type | Description |
|---|---|
| string |