Company administration service methods: Difference between revisions
| Line 1,738: | Line 1,738: | ||
---- | ---- | ||
===Plugin's identifiers=== | ====Plugin's identifiers==== | ||
Plugin identifier is a string constant which represents a plugin in system. These constants used in <code>[[#isPluginActivated|isPluginActivated]]</code> and <code>[[#getPluginStatuses|getPluginStatuses]]</code> API methods. | Plugin identifier is a string constant which represents a plugin in system. These constants used in <code>[[#isPluginActivated|isPluginActivated]]</code> and <code>[[#getPluginStatuses|getPluginStatuses]]</code> API methods. | ||
| Line 1,802: | Line 1,802: | ||
* user_license | * user_license | ||
*:Terms and conditions plugin | *:Terms and conditions plugin | ||
* cancelation_policy | |||
*:Cancellation Policy | |||
See [[Plugins]] page for description for each plugin. | See [[Plugins]] page for description for each plugin. | ||
---- | ---- | ||