LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.IProductDetails Interface Reference

ProductDetails interface. More...

Inheritance diagram for LicenseSpring.IProductDetails:
LicenseSpring.ProductDetails

Properties

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

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.

◆ 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: