WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityCalendarReservation constructor
WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityCalendarReservation({
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityReserved,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityStaged,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityOut,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityIn,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityInRepair,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityLate,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityLateButReturning,
- WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityQuantity? quantityPendingRepair,
- bool? isFuture,
- String? inventoryId,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- String? returnToWarehouseId,
- String? returnToWarehouseCode,
- String? returnToWarehouse,
- String? orderId,
- String? orderItemId,
- String? recType,
- String? orderType,
- String? orderTypeDescription,
- String? orderNumber,
- String? orderDescription,
- String? orderStatus,
- String? departmentId,
- String? department,
- String? dealId,
- String? deal,
- DateTime? fromDateTime,
- String? fromDateTimeDisplay,
- DateTime? toDateTime,
- DateTime? estimatedStopDate,
- String? toDateTimeDisplay,
- bool? roundTripRental,
- bool? late,
- bool? lateButReturning,
- bool? qcRequired,
- bool? enableQcDelay,
- int? qcDelayDays,
- bool? qcDelayExcludeWeekend,
- bool? qcDelayExcludeHoliday,
- bool? qcDelayIndefinite,
- DateTime? qcDelayFromDateTime,
- DateTime? qcDelayToDateTime,
- double? qcQuantity,
- String? containerBarCode,
- String? barCode,
- bool? availableWhileInContainer,
- String? contractId,
- String? consignorId,
- String? consignor,
- String? consignorAgreementId,
- String? consignorAgreementNumber,
- double? quantityOrdered,
- double? quantitySub,
- double? quantityConsigned,
- bool? isPositiveConflict,
- bool? isNegativeConflict,
- String? subPurchaseOrderId,
- String? subPurchaseOrderNumber,
- String? subPurchaseOrderDescription,
- String? subPurchaseOrderVendor,
- bool? isTransfer,
- bool? isContainer,
- bool? isPendingExchange,
- String? scheduleResourceDescription,
- 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,
});