WebApiLogicAppFuncSessionWarehouse constructor

WebApiLogicAppFuncSessionWarehouse({
  1. String? warehouseid,
  2. String? warehouse,
  3. String? warehousecode,
  4. bool? promptforcheckoutexceptions,
  5. bool? promptforcheckinexceptions,
  6. bool? storagecontainerstagingenable,
  7. bool? storagecontainerrescanrequired,
  8. bool? quikreceiptenable,
  9. int? transferavailabilitydays,
  10. String? regionid,
  11. String? region,
  12. String? regionwarehouseids,
  13. String? regionwarehouses,
  14. 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,
});