![]() |
LicenseSpring Management .Net SDK 1.15.0
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] |
| Period of time after which consumption is reset. | |
| string | ConsumptionPeriodStr [get, set] |
| Period of time after which consumption is reset. | |
| 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] |
| Indicates whether consumption resets after a certain period of time. | |
| string | Type [get, set] |
| Type of the feature ("activation" or "consumption"). | |
Data transfer object that is used to add a new product feature.