Interface IPurchaseReceipt
Represents a parsed purchase receipt from a store.
Namespace: UnityEngine.Purchasing.Security
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 |