WebApiModulesBillingInvoiceNoteInvoiceNote constructor

const WebApiModulesBillingInvoiceNoteInvoiceNote({
  1. String? invoiceNoteId,
  2. String? invoiceId,
  3. String? orderId,
  4. String? orderNumber,
  5. String? noteDate,
  6. String? description,
  7. String? notesById,
  8. String? notesBy,
  9. String? notes,
  10. bool? printOnInvoice,
  11. String? dateStamp,
  12. String? auditNote,
  13. String? recordTitle,
  14. dynamic urlIdentifier,
  15. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  16. List<FwStandardDataFwCustomValue>? custom,
  17. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  18. FwStandardBusinessLogicFwBusinessLogic? original,
  19. List<FwStandardDataFwTranslatedValue>? translation,
  20. bool? hasImport,
  21. bool? hasDocuments,
  22. String? createdByUserId,
  23. String? createdByUserName,
  24. String? createdDateTime,
  25. String? modifiedByUserId,
  26. String? modifiedByUserName,
  27. String? modifiedDateTime,
})

Implementation

const WebApiModulesBillingInvoiceNoteInvoiceNote({
  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.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,
});