WebApiModulesAgentScheduleBarCodeReservationEvent constructor

const WebApiModulesAgentScheduleBarCodeReservationEvent({
  1. String? inventoryId,
  2. String? warehouseId,
  3. String? start,
  4. String? end,
  5. String? estimatedStopDate,
  6. bool? late,
  7. bool? lateButReturning,
  8. String? startdisplay,
  9. String? enddisplay,
  10. String? text,
  11. String? backColor,
  12. String? barColor,
  13. String? textColor,
  14. String? id,
  15. String? resource,
  16. String? orderId,
  17. String? orderNumber,
  18. String? rentalItemId,
  19. String? orderItemId,
  20. String? barCode,
  21. String? serialNumber,
  22. String? rfid,
  23. String? trackedBy,
  24. bool? qcRequired,
  25. String? total,
  26. String? qtyTotal,
  27. String? qtyIn,
  28. String? qtyStaged,
  29. String? qtyOut,
  30. String? qtyInRepair,
  31. String? qtyInTransit,
  32. String? qtyInContainer,
  33. String? qtyOnTruck,
  34. String? qtyOnPo,
  35. String? qtyQcRequired,
  36. String? qtyLate,
  37. String? qtyLateButReturning,
  38. String? rowType,
  39. String? consignor,
  40. String? consignorId,
  41. String? consignorAgreementNumber,
  42. String? consignorAgreementId,
})

Implementation

const WebApiModulesAgentScheduleBarCodeReservationEvent({
  this.inventoryId,
  this.warehouseId,
  this.start,
  this.end,
  this.estimatedStopDate,
  this.late,
  this.lateButReturning,
  this.startdisplay,
  this.enddisplay,
  this.text,
  this.backColor,
  this.barColor,
  this.textColor,
  this.id,
  this.resource,
  this.orderId,
  this.orderNumber,
  this.rentalItemId,
  this.orderItemId,
  this.barCode,
  this.serialNumber,
  this.rfid,
  this.trackedBy,
  this.qcRequired,
  this.total,
  this.qtyTotal,
  this.qtyIn,
  this.qtyStaged,
  this.qtyOut,
  this.qtyInRepair,
  this.qtyInTransit,
  this.qtyInContainer,
  this.qtyOnTruck,
  this.qtyOnPo,
  this.qtyQcRequired,
  this.qtyLate,
  this.qtyLateButReturning,
  this.rowType,
  this.consignor,
  this.consignorId,
  this.consignorAgreementNumber,
  this.consignorAgreementId,
});