WebApiModulesHomeControlsOrderNoteOrderNote constructor

WebApiModulesHomeControlsOrderNoteOrderNote({
  1. String? orderNoteId,
  2. String? orderId,
  3. String? noteDate,
  4. String? userId,
  5. String? notesDescription,
  6. bool? billing,
  7. bool? printOnOrder,
  8. bool? copyToInvoice,
  9. bool? scheduleNote,
  10. String? scheduleNoteDate,
  11. bool? pickList,
  12. String? userName,
  13. String? notes,
  14. String? dateStamp,
  15. String? auditNote,
  16. String? recordTitle,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsOrderNoteOrderNote({
  this.orderNoteId,
  this.orderId,
  this.noteDate,
  this.userId,
  this.notesDescription,
  this.billing,
  this.printOnOrder,
  this.copyToInvoice,
  this.scheduleNote,
  this.scheduleNoteDate,
  this.pickList,
  this.userName,
  this.notes,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});