WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse constructor
WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse({
- int? status,
- String? message,
- List<
WebApiModulesWarehouseCheckInCheckInOrder> ? orders,
Implementation
WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse({
this.status,
this.message,
this.orders,
});