WebApiModulesAgentOrderContactOrderContact constructor

const WebApiModulesAgentOrderContactOrderContact({
  1. int? orderContactId,
  2. String? orderId,
  3. String? contactId,
  4. String? nameFml,
  5. String? nameLfm,
  6. String? person,
  7. String? personColor,
  8. String? firstName,
  9. String? middleInitial,
  10. String? lastName,
  11. String? contactTitle,
  12. String? officePhone,
  13. String? officeExtension,
  14. String? mobilePhone,
  15. String? email,
  16. String? pager,
  17. String? pagerPin,
  18. String? jobTitle,
  19. String? contactTitleId,
  20. String? companyContactId,
  21. String? companyId,
  22. bool? isPrimary,
  23. String? countryId,
  24. bool? isOrderedBy,
  25. bool? isAccountsPayable,
  26. bool? isAccountsReceivable,
  27. bool? isProductionContact,
  28. bool? isPrintable,
  29. bool? contactOnOrder,
  30. int? orderBy,
  31. bool? inactive,
  32. String? dateStamp,
  33. String? auditNote,
  34. String? recordTitle,
  35. dynamic urlIdentifier,
  36. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  37. List<FwStandardDataFwCustomValue>? custom,
  38. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  39. FwStandardBusinessLogicFwBusinessLogic? original,
  40. List<FwStandardDataFwTranslatedValue>? translation,
  41. bool? hasImport,
  42. bool? hasDocuments,
  43. String? createdByUserId,
  44. String? createdByUserName,
  45. String? createdDateTime,
  46. String? modifiedByUserId,
  47. String? modifiedByUserName,
  48. String? modifiedDateTime,
})

Implementation

const WebApiModulesAgentOrderContactOrderContact({
  this.orderContactId,
  this.orderId,
  this.contactId,
  this.nameFml,
  this.nameLfm,
  this.person,
  this.personColor,
  this.firstName,
  this.middleInitial,
  this.lastName,
  this.contactTitle,
  this.officePhone,
  this.officeExtension,
  this.mobilePhone,
  this.email,
  this.pager,
  this.pagerPin,
  this.jobTitle,
  this.contactTitleId,
  this.companyContactId,
  this.companyId,
  this.isPrimary,
  this.countryId,
  this.isOrderedBy,
  this.isAccountsPayable,
  this.isAccountsReceivable,
  this.isProductionContact,
  this.isPrintable,
  this.contactOnOrder,
  this.orderBy,
  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,
});