WebApiModulesBillingVendorInvoiceNoteVendorInvoiceNote constructor

const WebApiModulesBillingVendorInvoiceNoteVendorInvoiceNote({
  1. String? vendorInvoiceNoteId,
  2. String? uniqueId1,
  3. String? uniqueId2,
  4. String? notes,
  5. String? noteDate,
  6. String? usersId,
  7. String? name,
  8. String? noteDescription,
  9. String? auditNote,
  10. String? recordTitle,
  11. dynamic urlIdentifier,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. FwStandardBusinessLogicFwBusinessLogic? original,
  16. List<FwStandardDataFwTranslatedValue>? translation,
  17. bool? hasImport,
  18. bool? hasDocuments,
  19. String? createdByUserId,
  20. String? createdByUserName,
  21. String? createdDateTime,
  22. String? modifiedByUserId,
  23. String? modifiedByUserName,
  24. String? modifiedDateTime,
})

Implementation

const WebApiModulesBillingVendorInvoiceNoteVendorInvoiceNote({
  this.vendorInvoiceNoteId,
  this.uniqueId1,
  this.uniqueId2,
  this.notes,
  this.noteDate,
  this.usersId,
  this.name,
  this.noteDescription,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});