WebApiModulesHomeControlsVendorInvoiceNoteVendorInvoiceNote constructor
WebApiModulesHomeControlsVendorInvoiceNoteVendorInvoiceNote({
- String? vendorInvoiceNoteId,
- String? uniqueId1,
- String? uniqueId2,
- String? notes,
- String? noteDate,
- String? usersId,
- String? name,
- String? noteDescription,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});