Show / Hide Table of Contents

    Class CreateSessionModel

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

    Properties

    | Improve this Doc View Source

    Currency

    Declaration
    public string Currency { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    CustomField

    Declaration
    public string CustomField { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Expires

    Declaration
    public long Expires { get; set; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    Heading

    Declaration
    public string Heading { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Metadata

    Declaration
    public string Metadata { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    PaymentFormId

    Declaration
    public int PaymentFormId { get; set; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    Price

    Declaration
    public double Price { get; set; }
    Property Value
    Type Description
    double
    | Improve this Doc View Source

    ProductName

    Declaration
    public string ProductName { get; set; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    Back to top Copyright © Cryptolens AB