Class GetCustomersModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetCustomersModel : RequestModel
Properties
| Edit this page View SourceCustomerId
If this is set, you can use the CustomerId field to find a specific customer based on their integer Id.
Declaration
public int CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Limit
Specifies how many customers will be returned. If not set, all customers will be returned.
Declaration
public int Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Search
If either the Name, Company or Email contains the search string, it will be returned.
Declaration
public string Search { get; set; }
Property Value
| Type | Description |
|---|---|
| string |