WebApiModulesAgentScheduleBarCodeReservationResource constructor
WebApiModulesAgentScheduleBarCodeReservationResource({
- String? name,
- String? id,
- String? backColor,
- String? leftBarColor,
- String? orderItemId,
- String? barCode,
- String? rentalItemId,
- String? frozen,
- bool? qcRequired,
- String? qcRequiredColor,
- String? inventoryId,
- String? warehouseId,
- String? consignor,
- List<
WebApiModulesAgentScheduleBarCodeReservationResource> ? children,
Implementation
WebApiModulesAgentScheduleBarCodeReservationResource({
this.name,
this.id,
this.backColor,
this.leftBarColor,
this.orderItemId,
this.barCode,
this.rentalItemId,
this.frozen,
this.qcRequired,
this.qcRequiredColor,
this.inventoryId,
this.warehouseId,
this.consignor,
this.children,
});