WebApiModulesHomeControlsVendorInvoiceNoteVendorInvoiceNote constructor

WebApiModulesHomeControlsVendorInvoiceNoteVendorInvoiceNote({
  1. String? vendorInvoiceNoteId,
  2. String? uniqueId1,
  3. String? uniqueId2,
  4. String? notes,
  5. String? noteDate,
  6. String? usersId,
  7. String? name,
  8. String? noteDescription,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsVendorInvoiceNoteVendorInvoiceNote({
  this.vendorInvoiceNoteId,
  this.uniqueId1,
  this.uniqueId2,
  this.notes,
  this.noteDate,
  this.usersId,
  this.name,
  this.noteDescription,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});