Interface IPurchaseReceipt
Represents a parsed purchase receipt from a store.
Namespace: UnityEngine.Purchasing.Security
Assembly: solution.dll
Syntax
public interface IPurchaseReceipt
Properties
Name | Description |
---|---|
productID | The ID of the product purchased. |
purchaseDate | The date fof the purchase. |
transactionID | The ID of the transaction. |