WebApiModulesWarehouseCheckInCheckInSessionInfo constructor

WebApiModulesWarehouseCheckInCheckInSessionInfo({
  1. String? contractId,
  2. int? sessionNumber,
  3. String? dealId,
  4. String? deal,
  5. String? departmentId,
  6. String? department,
  7. bool? hasSales,
})

Implementation

WebApiModulesWarehouseCheckInCheckInSessionInfo({
  this.contractId,
  this.sessionNumber,
  this.dealId,
  this.deal,
  this.departmentId,
  this.department,
  this.hasSales,
});