WebApiModulesHomeControlsInvoiceNoteInvoiceNote constructor
WebApiModulesHomeControlsInvoiceNoteInvoiceNote({
- String? invoiceNoteId,
- String? invoiceId,
- String? orderId,
- String? orderNumber,
- String? noteDate,
- String? description,
- String? notesById,
- String? notesBy,
- String? notes,
- bool? printOnInvoice,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});