WebApiModulesHomeEmailRecipientEmailRecipient constructor
const
WebApiModulesHomeEmailRecipientEmailRecipient({
- String? companyContactId,
- String? companyId,
- String? company,
- String? companyType,
- String? companyTypeColor,
- String? contactId,
- String? salutation,
- String? nameFirstMiddleLast,
- String? person,
- String? lastName,
- String? firstName,
- String? middleInitial,
- String? jobTitle,
- String? contactTitleId,
- String? contactTitle,
- bool? isPrimary,
- String? activeDate,
- String? inactiveDate,
- bool? authorized,
- bool? orderNotify,
- String? officePhone,
- String? officeExtension,
- String? fax,
- String? faxExtension,
- String? email,
- String? directPhone,
- String? directExtension,
- String? pager,
- String? pagerPin,
- bool? printable,
- String? mobilePhone,
- bool? isAccountsReceivable,
- bool? isAccountsPayable,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});