Class RecordUsageModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class RecordUsageModel : RequestModel
Properties
| Edit this page View SourceAmount
Declaration
public int Amount { get; set; }
Property Value
Type | Description |
---|---|
int |
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
Declaration
public int ProductId { get; set; }
Property Value
Type | Description |
---|---|
int |