Click or drag to resize

CommercialApplicationApplicantContact Class

CommercialApplication.ApplicantAdditionalNamedInsured data object. Representing a single item in the additionalNamedInsured list on Applicant screen under CommercialApplication.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.Policy.CommercialAPCommercialApplicationApplicantContact
Namespace:  ASI.TAM.API.Data.UI.Account.Policy.CommercialAP
Assembly:  ASI.TAM.API.Data.UI.Account.Policy.CommercialAP (in ASI.TAM.API.Data.UI.Account.Policy.CommercialAP.dll) Version: 2020.1.0.1
Syntax
public sealed class CommercialApplicationApplicantContact

The CommercialApplicationApplicantContact type exposes the following members.

Properties
  NameDescription
Public propertyContactID
ContactID
Public propertyContactTypeCode
ContactTypeCode
Public propertyFlag
Specify the action for the current additional named insured when updating core Applicant object.
Public propertyName
Name
Public propertyPrimaryEmail
PrimaryEmail
Public propertyPrimaryPhoneCountryCode
PrimaryPhoneCountryCode
Public propertyPrimaryPhoneExtension
PrimaryPhoneExtension
Public propertyPrimaryPhoneNumber
PrimaryPhoneNumber
Public propertyPrimaryPhoneType
PrimaryPhoneType
Public propertySecondaryEmail
SecondaryEmail
Public propertySecondaryPhoneCountryCode
SecondaryPhoneCountryCode
Public propertySecondaryPhoneExtension
SecondaryPhoneExtension
Public propertySecondaryPhoneNumber
SecondaryPhoneNumber
Public propertySecondaryPhoneType
SecondaryPhoneType
Top
Remarks
Added in 5.0.
See Also