Interface IStoreProductData
Namespace: IdleKit.Gameplay.Purchasing
Assembly: cs.temp.dll.dll
Syntax
public interface IStoreProductData : IData
Properties
ProductType
Declaration
ProductType ProductType { get; }
Property Value
| Type | Description |
|---|---|
| ProductType |
PurchasableContentId
Declaration
string PurchasableContentId { get; }
Property Value
| Type | Description |
|---|---|
| String |
StoreSku
Declaration
string StoreSku { get; }
Property Value
| Type | Description |
|---|---|
| String |