WebApiLogicAppFuncSessionWarehouse constructor
WebApiLogicAppFuncSessionWarehouse({
- String? warehouseid,
- String? warehouse,
- String? warehousecode,
- bool? promptforcheckoutexceptions,
- bool? promptforcheckinexceptions,
- bool? storagecontainerstagingenable,
- bool? storagecontainerrescanrequired,
- bool? quikreceiptenable,
- int? transferavailabilitydays,
- String? regionid,
- String? region,
- String? regionwarehouseids,
- String? regionwarehouses,
- String? internalorderdealid,
Implementation
WebApiLogicAppFuncSessionWarehouse({
this.warehouseid,
this.warehouse,
this.warehousecode,
this.promptforcheckoutexceptions,
this.promptforcheckinexceptions,
this.storagecontainerstagingenable,
this.storagecontainerrescanrequired,
this.quikreceiptenable,
this.transferavailabilitydays,
this.regionid,
this.region,
this.regionwarehouseids,
this.regionwarehouses,
this.internalorderdealid,
});