WebApiModulesAgentScheduleBarCodeReservationDataRequest constructor

WebApiModulesAgentScheduleBarCodeReservationDataRequest({
  1. String? inventoryId,
  2. String? warehouseId,
  3. String? regionId,
  4. DateTime? start,
  5. DateTime? end,
  6. bool? includeHours,
  7. bool? yearView,
  8. String? sortReservationsBy,
  9. bool? excludeConsigned,
  10. bool? consignedOnly,
  11. String? departmentId,
  12. String? dealId,
  13. String? orderId,
  14. String? consignorId,
  15. List<String>? filterReservationsBy,
  16. bool? includeUnreserved,
})

Implementation

WebApiModulesAgentScheduleBarCodeReservationDataRequest({
  this.inventoryId,
  this.warehouseId,
  this.regionId,
  this.start,
  this.end,
  this.includeHours,
  this.yearView,
  this.sortReservationsBy,
  this.excludeConsigned,
  this.consignedOnly,
  this.departmentId,
  this.dealId,
  this.orderId,
  this.consignorId,
  this.filterReservationsBy,
  this.includeUnreserved,
});