IPlugin |
The IPluginIntegrationService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetApplicationVersion | Gets version of the Syrve POS application. | |
| GetConfigsDirectoryPath | Gets path to the directory where plugin should store it's configuration files (not a data). | |
| GetDataStorageDirectoryPath | Gets path to the directory where plugin should store it's data. | |
| GetMainApplicationProcessId | Gets main application process ID. | |
| GetPaymentProcessorSettingsKey | Get PluginKey to use with settings of payment processor. | |
| GetPluginSettings | Gets plugin settings by specified plugin key and bound entity id. | |
| GetSupportedApiVersions | Get a list of API version names, which are supported by the Syrve POS application. | |
| UpdatePluginSettings | Updates plugin settings. Makes a call to Instance Server, so it should be available. |