WebApiModulesAgentContactContact constructor
const
WebApiModulesAgentContactContact({
- String? contactId,
- String? activeDate,
- String? address1,
- String? address2,
- String? barcode,
- String? city,
- String? contactRecordType,
- String? contactRecordTypeColor,
- String? contactTitleId,
- String? contactTitle,
- String? country,
- String? countryId,
- String? countryCodeIsoAlpha2,
- int? countryCodePhone,
- String? dateStamp,
- String? directExtension,
- String? directPhone,
- String? email,
- String? fax,
- String? faxExtension,
- String? firstName,
- String? firstNameColor,
- String? homePhone,
- bool? inactive,
- String? inactiveDate,
- String? info,
- String? inputDate,
- String? modifiedDate,
- String? lastName,
- String? middleInitial,
- String? mobilePhone,
- String? nameFirstMiddleLast,
- String? officeExtension,
- String? officePhone,
- String? pager,
- String? pagerPin,
- String? person,
- String? salutation,
- String? website,
- String? webStatus,
- String? zipCode,
- String? state,
- String? sourceId,
- String? userId,
- String? password,
- bool? changePasswordAtNextLogin,
- bool? expirePassword,
- int? expireDays,
- String? passwordLastUpdated,
- String? webUserId,
- String? webUserContactId,
- String? webUserUserId,
- bool? webAccess,
- bool? lockAccount,
- String? defaultDealId,
- String? defaultDeal,
- String? storefrontCatalogId,
- String? storefrontCatalog,
- String? locationId,
- String? location,
- String? warehouseId,
- String? warehouse,
- bool? webQuoteRequest,
- String? departmentId,
- String? department,
- bool? isAccountsPayable,
- bool? isAccountsReceivable,
- bool? buyer,
- bool? responsiblePerson,
- 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 WebApiModulesAgentContactContact({
this.contactId,
this.activeDate,
this.address1,
this.address2,
this.barcode,
this.city,
this.contactRecordType,
this.contactRecordTypeColor,
this.contactTitleId,
this.contactTitle,
this.country,
this.countryId,
this.countryCodeIsoAlpha2,
this.countryCodePhone,
this.dateStamp,
this.directExtension,
this.directPhone,
this.email,
this.fax,
this.faxExtension,
this.firstName,
this.firstNameColor,
this.homePhone,
this.inactive,
this.inactiveDate,
this.info,
this.inputDate,
this.modifiedDate,
this.lastName,
this.middleInitial,
this.mobilePhone,
this.nameFirstMiddleLast,
this.officeExtension,
this.officePhone,
this.pager,
this.pagerPin,
this.person,
this.salutation,
this.website,
this.webStatus,
this.zipCode,
this.state,
this.sourceId,
this.userId,
this.password,
this.changePasswordAtNextLogin,
this.expirePassword,
this.expireDays,
this.passwordLastUpdated,
this.webUserId,
this.webUserContactId,
this.webUserUserId,
this.webAccess,
this.lockAccount,
this.defaultDealId,
this.defaultDeal,
this.storefrontCatalogId,
this.storefrontCatalog,
this.locationId,
this.location,
this.warehouseId,
this.warehouse,
this.webQuoteRequest,
this.departmentId,
this.department,
this.isAccountsPayable,
this.isAccountsReceivable,
this.buyer,
this.responsiblePerson,
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,
});