Interface IPurchasable
An object that can be purchased using the PurchasingService.
Namespace: IdleKit.Gameplay.Purchasing
Assembly: cs.temp.dll.dll
Syntax
public interface IPurchasable
Properties
ProductSku
A product SKU for both iOS and Android stores.
Declaration
string ProductSku { get; }
Property Value
Type | Description |
---|---|
String |
PurchasedItemsDataIds
IDs of all items that this IPurchasable awards after its purchase. These must be the IDs of IPayoutEntitys, like ICurrencyReward ids for example.
Declaration
string[] PurchasedItemsDataIds { get; }
Property Value
Type | Description |
---|---|
String[] |
RealCurrencyPrice
The price of the object in real life currency.
Declaration
float RealCurrencyPrice { get; }
Property Value
Type | Description |
---|---|
Single |