Class GetCustomerLicensesModel
Inherited Members
Namespace: SKMV3Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetCustomerLicensesModel : RequestModel
Properties
| Improve this Doc View SourceCustomerId
The id of the customer whose licenses we want to access.
Declaration
public int CustomerId { get; set; }
Property Value
Type | Description |
---|---|
int |
Detailed
Specifies the amount of parameters that should be included with each license key in the LiceseKeys. If true, License Key will be used. By default, Basic License Key will be used (where for instance data objects and activated devices are omitted.) Please read more here: https://app.cryptolens.io/docs/api/v3/GetCustomerLicenses
Declaration
public bool Detailed { get; set; }
Property Value
Type | Description |
---|---|
bool |