LicenseSpring .Net SDK 7.30.0
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.
 
List< CustomFieldCustomFields [get]
 Product custom fields. Empty list if product doesn't contain any custom fields.
 
bool IsTrialAllowed [get]
 Is trial allowed for the product or not.
 
string Metadata [get]
 Json with product metadata.
 
string ProductCode [get]
 Product short code.
 
string ProductName [get]
 Product name.
 
uint TrialPeriod [get]
 Trial period in days.
 
VersionInfo VersionInfo [get]
 Version details. Null if product doesn't contain any version.
 

Detailed Description

ProductDetails interface.

Property Documentation

◆ AuthorizationType

AuthorizationMethod LicenseSpring.IProductDetails.AuthorizationType
get

Authorization method of the product.

Implemented in LicenseSpring.ProductDetails.

◆ CustomFields

List<CustomField> LicenseSpring.IProductDetails.CustomFields
get

Product custom fields. Empty list if product doesn't contain any custom fields.

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.

◆ VersionInfo

VersionInfo LicenseSpring.IProductDetails.VersionInfo
get

Version details. Null if product doesn't contain any version.

Implemented in LicenseSpring.ProductDetails.


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