LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.IProductDetails Interface Reference

ProductDetails interface More...

Inheritance diagram for LicenseSpring.IProductDetails:
LicenseSpring.ProductDetails

Properties

AuthorizationMethod AuthorizationType [get]
 Authorization method of the product More...
 
bool IsTrialAllowed [get]
 Is trial allowed for the product or not More...
 
string Metadata [get]
 Json with product metadata More...
 
string ProductCode [get]
 Product short code More...
 
string ProductName [get]
 Product name More...
 
uint TrialPeriod [get]
 Trial period in days More...
 

Detailed Description

ProductDetails interface

Property Documentation

◆ AuthorizationType

AuthorizationMethod LicenseSpring.IProductDetails.AuthorizationType
get

Authorization method of the product

Implemented in LicenseSpring.ProductDetails.

◆ IsTrialAllowed

bool LicenseSpring.IProductDetails.IsTrialAllowed
get

Is trial allowed for the product or not

Implemented in LicenseSpring.ProductDetails.

◆ Metadata

string LicenseSpring.IProductDetails.Metadata
get

Json with product metadata

Implemented in LicenseSpring.ProductDetails.

◆ ProductCode

string LicenseSpring.IProductDetails.ProductCode
get

Product short code

Implemented in LicenseSpring.ProductDetails.

◆ ProductName

string LicenseSpring.IProductDetails.ProductName
get

Product name

Implemented in LicenseSpring.ProductDetails.

◆ TrialPeriod

uint LicenseSpring.IProductDetails.TrialPeriod
get

Trial period in days

Implemented in LicenseSpring.ProductDetails.


The documentation for this interface was generated from the following file: