WebApiModulesHomeControlsVendorNoteVendorNote constructor

WebApiModulesHomeControlsVendorNoteVendorNote({
  1. String? vendorNoteId,
  2. String? vendorId,
  3. String? noteDate,
  4. String? description,
  5. String? notes,
  6. bool? notify,
  7. String? notesById,
  8. String? notesBy,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsVendorNoteVendorNote({
  this.vendorNoteId,
  this.vendorId,
  this.noteDate,
  this.description,
  this.notes,
  this.notify,
  this.notesById,
  this.notesBy,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});