WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem constructor

WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem({
  1. String? sessionId,
  2. String? orderId,
  3. String? orderItemId,
  4. String? parentId,
  5. String? parentParentId,
  6. double? accessoryRatio,
  7. String? inventoryTypeId,
  8. String? inventoryType,
  9. String? inventoryTypeIdNoParent,
  10. String? orderNumber,
  11. String? locationId,
  12. String? departmentId,
  13. String? dealId,
  14. String? orderType,
  15. String? orderStatus,
  16. String? iCode,
  17. String? description,
  18. double? quantityOrdered,
  19. double? subQuantity,
  20. double? consignQuantity,
  21. double? quantityInLocation,
  22. String? pickDate,
  23. double? pickQuantity,
  24. double? stagedQuantity,
  25. double? outQuantity,
  26. double? remainingQuantity,
  27. double? pickedQuantity,
  28. String? inventoryId,
  29. String? warehouseId,
  30. String? warehouse,
  31. String? warehouseCode,
  32. String? recType,
  33. String? recTypeDisplay,
  34. String? itemClass,
  35. String? itemOrder,
  36. bool? optionColor,
  37. String? itemId,
  38. String? barCode,
  39. String? serialNumber,
  40. String? subVendorId,
  41. String? consignorId,
  42. String? vendor,
  43. String? nestedOrderItemId,
  44. int? nestingLevel,
  45. String? auditNote,
  46. String? recordTitle,
  47. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  48. List<FwStandardDataFwCustomValue>? custom,
  49. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  50. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem({
  this.sessionId,
  this.orderId,
  this.orderItemId,
  this.parentId,
  this.parentParentId,
  this.accessoryRatio,
  this.inventoryTypeId,
  this.inventoryType,
  this.inventoryTypeIdNoParent,
  this.orderNumber,
  this.locationId,
  this.departmentId,
  this.dealId,
  this.orderType,
  this.orderStatus,
  this.iCode,
  this.description,
  this.quantityOrdered,
  this.subQuantity,
  this.consignQuantity,
  this.quantityInLocation,
  this.pickDate,
  this.pickQuantity,
  this.stagedQuantity,
  this.outQuantity,
  this.remainingQuantity,
  this.pickedQuantity,
  this.inventoryId,
  this.warehouseId,
  this.warehouse,
  this.warehouseCode,
  this.recType,
  this.recTypeDisplay,
  this.itemClass,
  this.itemOrder,
  this.optionColor,
  this.itemId,
  this.barCode,
  this.serialNumber,
  this.subVendorId,
  this.consignorId,
  this.vendor,
  this.nestedOrderItemId,
  this.nestingLevel,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});