WebApiModulesHomeControlsInvoiceNoteInvoiceNote constructor

WebApiModulesHomeControlsInvoiceNoteInvoiceNote({
  1. String? invoiceNoteId,
  2. String? invoiceId,
  3. String? orderId,
  4. String? orderNumber,
  5. String? noteDate,
  6. String? description,
  7. String? notesById,
  8. String? notesBy,
  9. String? notes,
  10. bool? printOnInvoice,
  11. String? dateStamp,
  12. String? auditNote,
  13. String? recordTitle,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInvoiceNoteInvoiceNote({
  this.invoiceNoteId,
  this.invoiceId,
  this.orderId,
  this.orderNumber,
  this.noteDate,
  this.description,
  this.notesById,
  this.notesBy,
  this.notes,
  this.printOnInvoice,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});