WebApiModulesAgentScheduleBarCodeReservationEvent constructor
const
WebApiModulesAgentScheduleBarCodeReservationEvent({
- String? inventoryId,
- String? warehouseId,
- String? start,
- String? end,
- String? estimatedStopDate,
- bool? late,
- bool? lateButReturning,
- String? startdisplay,
- String? enddisplay,
- String? text,
- String? backColor,
- String? barColor,
- String? textColor,
- String? id,
- String? resource,
- String? orderId,
- String? orderNumber,
- String? rentalItemId,
- String? orderItemId,
- String? barCode,
- bool? qcRequired,
- String? total,
- String? qtyTotal,
- String? qtyIn,
- String? qtyStaged,
- String? qtyOut,
- String? qtyInRepair,
- String? qtyInTransit,
- String? qtyInContainer,
- String? qtyOnTruck,
- String? qtyOnPo,
- String? qtyQcRequired,
- String? qtyLate,
- String? qtyLateButReturning,
- String? rowType,
- String? consignor,
- String? consignorId,
- String? consignorAgreementNumber,
- 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.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,
});