WebApiModulesWarehouseCheckInSuspendedSession constructor

WebApiModulesWarehouseCheckInSuspendedSession({
  1. String? contractId,
  2. String? date,
  3. String? time,
  4. int? sessionNumber,
  5. String? dealVendor,
  6. String? orderNumber,
  7. String? description,
  8. String? user,
  9. String? status,
})

Implementation

WebApiModulesWarehouseCheckInSuspendedSession({
  this.contractId,
  this.date,
  this.time,
  this.sessionNumber,
  this.dealVendor,
  this.orderNumber,
  this.description,
  this.user,
  this.status,
});