WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse constructor

WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse({
  1. int? status,
  2. String? message,
  3. List<WebApiModulesWarehouseCheckInCheckInOrder>? orders,
})

Implementation

WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse({
  this.status,
  this.message,
  this.orders,
});