![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Data transfer object that is used to add a new product feature. More...
Properties | |
bool? | AllowOverages [get, set] |
string | Code [get, set] |
Code of the feature. | |
ConsumptionPeriod | ConsumptionPeriod [get, set] |
string | ConsumptionPeriodStr [get, set] |
int | MaxConsumptions [get, set] |
Number of max consumptions. | |
int | MaxOverages [get, set] |
Extra amount of consumption that allows to go over MaxConsumption . | |
string | Name [get, set] |
Name of the feature. | |
ulong | Product [get, set] |
Id of the product this feature belongs to. | |
bool? | ResetConsumption [get, set] |
string | Type [get, set] |
Type of the feature ("activation" or "consumption"). | |
Data transfer object that is used to add a new product feature.