WebApiModulesHomeEmailRecipientEmailRecipient constructor

const WebApiModulesHomeEmailRecipientEmailRecipient({
  1. String? companyContactId,
  2. String? companyId,
  3. String? company,
  4. String? companyType,
  5. String? companyTypeColor,
  6. String? contactId,
  7. String? salutation,
  8. String? nameFirstMiddleLast,
  9. String? person,
  10. String? lastName,
  11. String? firstName,
  12. String? middleInitial,
  13. String? jobTitle,
  14. String? contactTitleId,
  15. String? contactTitle,
  16. bool? isPrimary,
  17. String? activeDate,
  18. String? inactiveDate,
  19. bool? authorized,
  20. bool? orderNotify,
  21. String? officePhone,
  22. String? officeExtension,
  23. String? fax,
  24. String? faxExtension,
  25. String? email,
  26. String? directPhone,
  27. String? directExtension,
  28. String? pager,
  29. String? pagerPin,
  30. bool? printable,
  31. String? mobilePhone,
  32. bool? isAccountsReceivable,
  33. bool? isAccountsPayable,
  34. bool? inactive,
  35. String? dateStamp,
  36. String? auditNote,
  37. String? recordTitle,
  38. dynamic urlIdentifier,
  39. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  40. List<FwStandardDataFwCustomValue>? custom,
  41. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  42. FwStandardBusinessLogicFwBusinessLogic? original,
  43. List<FwStandardDataFwTranslatedValue>? translation,
  44. bool? hasImport,
  45. bool? hasDocuments,
  46. String? createdByUserId,
  47. String? createdByUserName,
  48. String? createdDateTime,
  49. String? modifiedByUserId,
  50. String? modifiedByUserName,
  51. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeEmailRecipientEmailRecipient({
  this.companyContactId,
  this.companyId,
  this.company,
  this.companyType,
  this.companyTypeColor,
  this.contactId,
  this.salutation,
  this.nameFirstMiddleLast,
  this.person,
  this.lastName,
  this.firstName,
  this.middleInitial,
  this.jobTitle,
  this.contactTitleId,
  this.contactTitle,
  this.isPrimary,
  this.activeDate,
  this.inactiveDate,
  this.authorized,
  this.orderNotify,
  this.officePhone,
  this.officeExtension,
  this.fax,
  this.faxExtension,
  this.email,
  this.directPhone,
  this.directExtension,
  this.pager,
  this.pagerPin,
  this.printable,
  this.mobilePhone,
  this.isAccountsReceivable,
  this.isAccountsPayable,
  this.inactive,
  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,
});