WebApiModulesHomeControlsOrderNoteOrderNote constructor
WebApiModulesHomeControlsOrderNoteOrderNote({
- String? orderNoteId,
- String? orderId,
- String? noteDate,
- String? userId,
- String? notesDescription,
- bool? billing,
- bool? printOnOrder,
- bool? copyToInvoice,
- bool? scheduleNote,
- String? scheduleNoteDate,
- bool? pickList,
- String? userName,
- String? notes,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});