Table of Contents

Class LicensePrice

Namespace
OneImlx.Terminal.Licensing
Assembly
OneImlx.Terminal.dll

The license price.

public sealed class LicensePrice
Inheritance
LicensePrice
Inherited Members

Properties

Currency

The currency.

public string Currency { get; }

Property Value

string

Monthly

The monthly price.

public double Monthly { get; }

Property Value

double

Plan

The pricing plan.

public string Plan { get; }

Property Value

string

Yearly

The yearly pricing.

public double Yearly { get; }

Property Value

double

Methods

Create(string, IDictionary<string, object>?)

Creates a new instance of LicenseLimits based on the specified SaaS plan.

public static LicensePrice Create(string plan, IDictionary<string, object>? customClaims = null)

Parameters

plan string

The licensing plan.

customClaims IDictionary<string, object>

The custom claims.

Returns

LicensePrice