WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse constructor
WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse({
- WebApiLogicAppFuncSessionLocation? location,
- WebApiLogicAppFuncSessionWarehouse? warehouse,
- WebApiLogicAppFuncSessionDepartment? department,
- WebApiLogicAppFuncSessionUser? webUser,
- WebApiLogicAppFuncSessionDeal? deal,
- FwStandardAppManagerFwAmSecurityTreeNode? applicationtree,
- dynamic applicationOptions,
- String? clientcode,
- String? serverVersion,
- WebApiModulesAccountServicesAccountSystemSettingsResponse? systemSettings,
- dynamic plugins,
Implementation
WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse({
this.location,
this.warehouse,
this.department,
this.webUser,
this.deal,
this.applicationtree,
this.applicationOptions,
this.clientcode,
this.serverVersion,
this.systemSettings,
this.plugins,
});