ValueInvestVWLPolicyPersonRole
Roles supported by Value Invest VWL.
Constraints on associatedPersons (validated server-side):
- Exactly one person must have role
[PAYER]— this is the employer (company customer). - Exactly one person must hold exactly
[POLICY_HOLDER, INSURED_PERSON, MAILING, ECONOMIC_INTEREST]— this is the employee. No extras, no duplicates. - The same person must not be both PAYER and POLICY_HOLDER.
enum ValueInvestVWLPolicyPersonRole {
ECONOMIC_INTEREST
INSURED_PERSON
MAILING
PAYER
POLICY_HOLDER
}