WebApiModulesHomeControlsInventorySearchInventorySearchSaveNoteRequest constructor

WebApiModulesHomeControlsInventorySearchInventorySearchSaveNoteRequest({
  1. String? sessionId,
  2. int? quikSearchId,
  3. String? note,
})

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchSaveNoteRequest({
  this.sessionId,
  this.quikSearchId,
  this.note,
});