WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest constructor

WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest({
  1. String? contractId,
  2. String? orderId,
})

Implementation

WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest({
  this.contractId,
  this.orderId,
});