bool GetShowFeeInCash() const { return false; }
unsigned GetMessageTimeout() const { return 0; }
unsigned GetFeeChargeType() const { return 0; }
+ bool GetReconnectOnTariffChange() const { return false; }
const std::string & GetMonitorDir() const { return monitorDir; }
bool GetMonitoring() const { return false; }
+ const std::vector<std::string> & GetScriptParams() const { return scriptParams; }
private:
std::string dirName;
std::string scriptsDir;
std::string monitorDir;
+ std::vector<std::string> scriptParams;
};
#endif