Search Results for

    Show / Hide Table of Contents

    Class AddCustomerModel

    Inheritance
    object
    RequestModel
    AddCustomerModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class AddCustomerModel : RequestModel

    Properties

    | Edit this page View Source

    CompanyName

    The company name of the company the customer belongs to (at most 100 chars)

    Declaration
    public string CompanyName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Email

    The email of the customer (at most 100 chars)

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    EnableCustomerAssociation

    If set to true, a portal link will be returned where the customer will be able to view their licenses.

    Declaration
    public bool EnableCustomerAssociation { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Name

    The name of the customer (at most 100 chars)

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB