WebApiLogicAppFuncSessionUser constructor
WebApiLogicAppFuncSessionUser({
- String? webusersid,
- String? usersid,
- String? contactid,
- String? usertype,
- String? email,
- String? emailapp,
- bool? addsignaturetodraft,
- String? fullname,
- String? name,
- int? browsedefaultrows,
- int? griddefaultrows,
- String? applicationtheme,
- String? locale,
- String? locationid,
- String? location,
- String? languageid,
- String? language,
- String? warehouseid,
- String? warehouse,
- String? departmentid,
- String? department,
- bool? webadministrator,
- int? firstdayofweek,
- String? rentalinventorydepartmentid,
- String? rentalinventorydepartment,
- String? salesinventorydepartmentid,
- String? salesinventorydepartment,
- String? partsinventorydepartmentid,
- String? partsinventorydepartment,
- String? transportationinvdepartmentid,
- String? transportationinvdepartment,
- String? laborinventorydepartmentid,
- String? laborinventorydepartment,
- String? miscinventorydepartmentid,
- String? miscinventorydepartment,
- String? spaceinventorydepartmentid,
- String? spaceinventorydepartment,
- bool? iscrew,
- bool? enablecreatecontract,
- bool? qsallowapplyallqtyitems,
- bool? allowcontractwithexceptions,
- bool? canInsertIntoActiveOrder,
- int? creditCardPinPadId,
- String? creditCardPinPad,
Implementation
WebApiLogicAppFuncSessionUser({
this.webusersid,
this.usersid,
this.contactid,
this.usertype,
this.email,
this.emailapp,
this.addsignaturetodraft,
this.fullname,
this.name,
this.browsedefaultrows,
this.griddefaultrows,
this.applicationtheme,
this.locale,
this.locationid,
this.location,
this.languageid,
this.language,
this.warehouseid,
this.warehouse,
this.departmentid,
this.department,
this.webadministrator,
this.firstdayofweek,
this.rentalinventorydepartmentid,
this.rentalinventorydepartment,
this.salesinventorydepartmentid,
this.salesinventorydepartment,
this.partsinventorydepartmentid,
this.partsinventorydepartment,
this.transportationinvdepartmentid,
this.transportationinvdepartment,
this.laborinventorydepartmentid,
this.laborinventorydepartment,
this.miscinventorydepartmentid,
this.miscinventorydepartment,
this.spaceinventorydepartmentid,
this.spaceinventorydepartment,
this.iscrew,
this.enablecreatecontract,
this.qsallowapplyallqtyitems,
this.allowcontractwithexceptions,
this.canInsertIntoActiveOrder,
this.creditCardPinPadId,
this.creditCardPinPad,
});