@@ -57,7 +57,6 @@ namespace netlicensing {
57
57
static const char * const DESCRIPTION = " description" ;
58
58
static const char * const LICENSING_INFO = " licensingInfo" ;
59
59
static const char * const DISCOUNTS = " discounts" ;
60
- static const char * const PROP_LICENSEE_SECRET_MODE = " licenseeSecretMode" ;
61
60
static const char * const PROP_VAT_MODE = " vatMode" ;
62
61
63
62
// Discount
@@ -70,6 +69,7 @@ namespace netlicensing {
70
69
static const char * const PRODUCT_MODULE_NUMBER = " productModuleNumber" ;
71
70
static const char * const PRODUCT_MODULE_NAME = " productModuleName" ;
72
71
static const char * const LICENSING_MODEL = " licensingModel" ;
72
+ static const char * const PROP_LICENSEE_SECRET_MODE = " licenseeSecretMode" ;
73
73
74
74
// LicenseTemplate
75
75
static const char * const LICENSE_TEMPLATE_ENDPOINT_PATH = " licensetemplate" ;
@@ -84,12 +84,12 @@ namespace netlicensing {
84
84
static const char * const LICENSEE_NUMBER = " licenseeNumber" ;
85
85
static const char * const SOURCE_LICENSEE_NUMBER = " sourceLicenseeNumber" ;
86
86
static const char * const PROP_LICENSEE_NAME = " licenseeName" ;
87
- static const char * const PROP_LICENSEE_SECRET = " licenseeSecret" ;
88
87
static const char * const PROP_MARKED_FOR_TRANSFER = " markedForTransfer" ;
89
88
90
89
// License
91
90
static const char * const LICENSE_ENDPOINT_PATH = " license" ;
92
91
static const char * const LICENSE_NUMBER = " licenseNumber" ;
92
+ static const char * const PROP_LICENSEE_SECRET = " licenseeSecret" ;
93
93
94
94
// Transaction
95
95
static const char * const TRANSACTION_ENDPOINT_PATH = " transaction" ;
@@ -127,6 +127,7 @@ namespace netlicensing {
127
127
static const char * const LICENSING_MODEL_PRICING_TABLE_PLAN = " plan" ;
128
128
static const char * const LICENSING_MODEL_PRICING_TABLE_SKU = " sku" ;
129
129
static const char * const LICENSING_MODEL_QUOTA_NAME = " Quota" ;
130
+ static const char * const LICENSING_MODEL_NODE_LOCKED_NAME = " NodeLocked" ;
130
131
131
132
} // namespace netlicensing
132
133
0 commit comments