Interface IPurchasePayload
An interface to expose the fields of the Purchase Payload after making an IAP
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IPurchasePayload
Properties
CurrencyCode
Currency Code of the item
Declaration
string CurrencyCode { get; }
Property Value
Type | Description |
---|---|
String |
ItemAmount
Number of items purchased
Declaration
string ItemAmount { get; }
Property Value
Type | Description |
---|---|
String |
ItemName
Name of the item
Declaration
string ItemName { get; }
Property Value
Type | Description |
---|---|
String |
Price
Price of the item in real currency
Declaration
string Price { get; }
Property Value
Type | Description |
---|---|
String |
ProductSku
The Unity Product Sku
Declaration
string ProductSku { get; }
Property Value
Type | Description |
---|---|
String |