WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityCalendarReservation constructor

WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityCalendarReservation({
  1. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityReserved,
  2. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityStaged,
  3. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityOut,
  4. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityIn,
  5. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityInRepair,
  6. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityLate,
  7. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityLateButReturning,
  8. WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityPendingRepair,
  9. bool? isFuture,
  10. String? inventoryId,
  11. String? warehouseId,
  12. String? warehouseCode,
  13. String? warehouse,
  14. String? returnToWarehouseId,
  15. String? returnToWarehouseCode,
  16. String? returnToWarehouse,
  17. String? orderId,
  18. String? orderItemId,
  19. String? recType,
  20. String? orderType,
  21. String? orderTypeDescription,
  22. String? orderNumber,
  23. String? orderDescription,
  24. String? orderStatus,
  25. String? departmentId,
  26. String? department,
  27. String? dealId,
  28. String? deal,
  29. DateTime? fromDateTime,
  30. String? fromDateTimeDisplay,
  31. DateTime? toDateTime,
  32. DateTime? estimatedStopDate,
  33. String? toDateTimeDisplay,
  34. bool? roundTripRental,
  35. bool? late,
  36. bool? lateButReturning,
  37. bool? qcRequired,
  38. bool? enableQcDelay,
  39. int? qcDelayDays,
  40. bool? qcDelayExcludeWeekend,
  41. bool? qcDelayExcludeHoliday,
  42. bool? qcDelayIndefinite,
  43. DateTime? qcDelayFromDateTime,
  44. DateTime? qcDelayToDateTime,
  45. double? qcQuantity,
  46. String? containerBarCode,
  47. String? barCode,
  48. bool? availableWhileInContainer,
  49. String? contractId,
  50. String? consignorId,
  51. String? consignor,
  52. String? consignorAgreementId,
  53. String? consignorAgreementNumber,
  54. double? quantityOrdered,
  55. double? quantitySub,
  56. double? quantityConsigned,
  57. bool? isPositiveConflict,
  58. bool? isNegativeConflict,
  59. String? subPurchaseOrderId,
  60. String? subPurchaseOrderNumber,
  61. String? subPurchaseOrderDescription,
  62. String? subPurchaseOrderVendor,
  63. bool? isTransfer,
  64. bool? isContainer,
  65. bool? isPendingExchange,
  66. String? scheduleResourceDescription,
  67. String? reservationDescription,
})

Implementation

WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityCalendarReservation({
  this.quantityReserved,
  this.quantityStaged,
  this.quantityOut,
  this.quantityIn,
  this.quantityInRepair,
  this.quantityLate,
  this.quantityLateButReturning,
  this.quantityPendingRepair,
  this.isFuture,
  this.inventoryId,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.returnToWarehouseId,
  this.returnToWarehouseCode,
  this.returnToWarehouse,
  this.orderId,
  this.orderItemId,
  this.recType,
  this.orderType,
  this.orderTypeDescription,
  this.orderNumber,
  this.orderDescription,
  this.orderStatus,
  this.departmentId,
  this.department,
  this.dealId,
  this.deal,
  this.fromDateTime,
  this.fromDateTimeDisplay,
  this.toDateTime,
  this.estimatedStopDate,
  this.toDateTimeDisplay,
  this.roundTripRental,
  this.late,
  this.lateButReturning,
  this.qcRequired,
  this.enableQcDelay,
  this.qcDelayDays,
  this.qcDelayExcludeWeekend,
  this.qcDelayExcludeHoliday,
  this.qcDelayIndefinite,
  this.qcDelayFromDateTime,
  this.qcDelayToDateTime,
  this.qcQuantity,
  this.containerBarCode,
  this.barCode,
  this.availableWhileInContainer,
  this.contractId,
  this.consignorId,
  this.consignor,
  this.consignorAgreementId,
  this.consignorAgreementNumber,
  this.quantityOrdered,
  this.quantitySub,
  this.quantityConsigned,
  this.isPositiveConflict,
  this.isNegativeConflict,
  this.subPurchaseOrderId,
  this.subPurchaseOrderNumber,
  this.subPurchaseOrderDescription,
  this.subPurchaseOrderVendor,
  this.isTransfer,
  this.isContainer,
  this.isPendingExchange,
  this.scheduleResourceDescription,
  this.reservationDescription,
});