Class MobileCatalogData
Inheritance
System.Object
MobileCatalogData
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class MobileCatalogData : IMetaClass
Properties
| Improve this Doc View SourceActive
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncrementalPurchase
Declaration
public bool IncrementalPurchase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemInstanceId
Declaration
public string ItemInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PurchaseRateLimit
Declaration
public int PurchaseRateLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |