WebApiModulesWarehouseCheckInSessionSettingsResponse constructor

WebApiModulesWarehouseCheckInSessionSettingsResponse({
  1. String? dealId,
  2. String? departmentId,
  3. String? locationId,
  4. String? warehouseId,
  5. bool? hasPendingExchange,
  6. bool? hasException,
  7. List<WebApiModulesWarehouseCheckInCheckInOrder>? orders,
})

Implementation

WebApiModulesWarehouseCheckInSessionSettingsResponse({
  this.dealId,
  this.departmentId,
  this.locationId,
  this.warehouseId,
  this.hasPendingExchange,
  this.hasException,
  this.orders,
});