|
64 | 64 | */ |
65 | 65 | class ProductModule extends BaseEntity |
66 | 66 | { |
67 | | - /** |
68 | | - * @deprecated |
69 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
70 | | - * Use class Constants::LICENSING_MODEL_TRY_AND_BUY instead. |
71 | | - */ |
72 | | - const LICENSING_MODEL_TRY_AND_BUY = "TryAndBuy"; |
73 | | - /** |
74 | | - * @deprecated |
75 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
76 | | - * Use class Constants::LICENSING_MODEL_RENTAL instead. |
77 | | - */ |
78 | | - const LICENSING_MODEL_RENTAL = "Rental"; |
79 | | - /** |
80 | | - * @deprecated |
81 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
82 | | - * Use class Constants::LICENSING_MODEL_SUBSCRIPTION instead. |
83 | | - */ |
84 | | - const LICENSING_MODEL_SUBSCRIPTION = "Subscription"; |
85 | | - /** |
86 | | - * @deprecated |
87 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
88 | | - * Use class Constants::LICENSING_MODEL_FLOATING instead. |
89 | | - */ |
90 | | - const LICENSING_MODEL_FLOATING = "Floating"; |
91 | | - /** |
92 | | - * @deprecated |
93 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
94 | | - * Use class Constants::LICENSING_MODEL_MULTI_FEATURE instead. |
95 | | - */ |
96 | | - const LICENSING_MODEL_MULTI_FEATURE = "MultiFeature"; |
97 | | - /** |
98 | | - * @deprecated |
99 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
100 | | - * Use class Constants::LICENSING_MODEL_MULTI_PAY_PER_USE instead. |
101 | | - */ |
102 | | - const LICENSING_MODEL_MULTI_PAY_PER_USE = "PayPerUse"; |
103 | | - /** |
104 | | - * @deprecated |
105 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
106 | | - * Use class Constants::LICENSING_MODEL_PRICING_TABLE instead. |
107 | | - */ |
108 | | - const LICENSING_MODEL_PRICING_TABLE = "PricingTable"; |
109 | | - /** |
110 | | - * @deprecated |
111 | | - * No longer used by internal code and not recommended, will be removed in future versions. |
112 | | - * Use class Constants::LICENSING_MODEL_QUOTA instead. |
113 | | - */ |
114 | | - const LICENSING_MODEL_QUOTA = "Quota"; |
115 | | - |
116 | 67 | /** |
117 | 68 | * The attributes that should be cast to native types. |
118 | 69 | * |
|
0 commit comments