WebApiModulesHomeControlsPickListItemPickListItem constructor

WebApiModulesHomeControlsPickListItemPickListItem({
  1. String? pickListItemId,
  2. String? pickListId,
  3. String? orderId,
  4. String? orderNumber,
  5. String? masterItemId,
  6. String? usersId,
  7. int? pickQuantity,
  8. int? quantityOrdered,
  9. int? consignQuantity,
  10. int? stagedQuantity,
  11. int? outQuantity,
  12. int? inLocationQuantity,
  13. String? masterId,
  14. String? iCode,
  15. String? iCodeColor,
  16. String? description,
  17. String? descriptionColor,
  18. String? optionColor,
  19. String? itemClass,
  20. String? itemOrder,
  21. String? pickDate,
  22. String? pickTime,
  23. String? recType,
  24. String? vendorId,
  25. String? consignorId,
  26. String? vendorConsignorColor,
  27. String? vendorConsignor,
  28. String? inventoryTypeId,
  29. String? categoryId,
  30. String? warehouseId,
  31. bool? conflict,
  32. bool? bold,
  33. String? itemOrderPickList,
  34. String? notes,
  35. String? barCode,
  36. String? serialNumber,
  37. String? rfId,
  38. int? nestingLevel,
  39. String? dateStamp,
  40. String? auditNote,
  41. String? recordTitle,
  42. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  43. List<FwStandardDataFwCustomValue>? custom,
  44. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  45. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsPickListItemPickListItem({
  this.pickListItemId,
  this.pickListId,
  this.orderId,
  this.orderNumber,
  this.masterItemId,
  this.usersId,
  this.pickQuantity,
  this.quantityOrdered,
  this.consignQuantity,
  this.stagedQuantity,
  this.outQuantity,
  this.inLocationQuantity,
  this.masterId,
  this.iCode,
  this.iCodeColor,
  this.description,
  this.descriptionColor,
  this.optionColor,
  this.itemClass,
  this.itemOrder,
  this.pickDate,
  this.pickTime,
  this.recType,
  this.vendorId,
  this.consignorId,
  this.vendorConsignorColor,
  this.vendorConsignor,
  this.inventoryTypeId,
  this.categoryId,
  this.warehouseId,
  this.conflict,
  this.bold,
  this.itemOrderPickList,
  this.notes,
  this.barCode,
  this.serialNumber,
  this.rfId,
  this.nestingLevel,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});