WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse constructor
WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse({
- WebApiLogicAppFuncSessionLocation? location,
- WebApiLogicAppFuncSessionWarehouse? warehouse,
- WebApiLogicAppFuncSessionDepartment? department,
Implementation
WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse({
this.location,
this.warehouse,
this.department,
});