Class LicensePrice
The license price.
public sealed class LicensePrice
- Inheritance
-
LicensePrice
- Inherited Members
Properties
Currency
The currency.
public string Currency { get; }
Property Value
Monthly
The monthly price.
public double Monthly { get; }
Property Value
Plan
The pricing plan.
public string Plan { get; }
Property Value
Yearly
The yearly pricing.
public double Yearly { get; }
Property Value
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
stringThe licensing plan.
customClaims
IDictionary<string, object>The custom claims.