Selerix Developer Tools
Applications Field (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Applications Field
List of Application.

Contains all the information associated with an application. The Applications property contains the following:

Property Name

Description

Format

Required?

AsOfDate The timestamp of the application. TEST
OfferingID A unique ID number associated with the offering.
Tier ***
DeductionFrequency Monthly, quarterly, etc.
EmployeeCost The cost of the  premium in dollars.
PreTaxEmployeeCost The pre-tax cost of the premium in dollars.
PostTaxEmployeeCost The post-tax cost of the premium in dollars.
EmployerCost The amount of the premium the employer will pay.
BenefitAmount The total benefit amount to beneficiaries.
OptionCode A code associated with a specific coverage option.
Section125 Indicates if the enrollee is participating in Section 125 coverage.
EffectiveDate The effective date of coverage.
TerminationDate The date coverage ends.
FirstDeductionDate The date premium deductions begin.
LastDeductionDate The date of the last premium deduction.
The applicant ID of the insured.
The designated person(s) who receive the insurance policy proceeds.
Beneficiary The unique identifying number associated with each beneficiary.
Type The type of beneficiary. For example, "Primary".
Name The name of the beneficiary, whether person, trust, estate or business.
Phone The phone number of the beneficiary.
BeneficiaryAddress The address of the beneficiary.
Percent The percentage of benefit the beneficiary should receive.
FirstName The first name of the beneficiary.
LastName The last name of the beneficiary.
RelationshipDescription The description of the relationship. For example, 'child".
Age The age of the beneficiary.
The identifying number of an application document.
The agent ID number.
The timestamp of the application.
The identifying number of the insured group.
The case number of the insured group.
The ID number of the insurance network.
The billing code of a specific insurance plan
****???***

 

Syntax
'Declaration
 
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Application, ElementName="Application")>
Public Applications As ApplicationCollection
'Usage
 
Dim instance As Transmittal
Dim value As ApplicationCollection
 
value = instance.Applications
 
instance.Applications = value
[XmlArrayItem(Type=Selerix.BusinessObjects.Application, ElementName="Application")]
public ApplicationCollection Applications
public field Applications: ApplicationCollection; 
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Application, ElementName="Application")
public var Applications : ApplicationCollection;
[XmlArrayItem(Type=Selerix.BusinessObjects.Application, ElementName="Application")]
public: ApplicationCollection* Applications
[XmlArrayItem(Type=Selerix.BusinessObjects.Application, ElementName="Application")]
public:
ApplicationCollection^ Applications
See Also

Reference

Transmittal Class
Transmittal Members