ProsperityPlusPolicyPersonRole
Different products can support different roles.
enum ProsperityPlusPolicyPersonRole {
ECONOMIC_INTEREST
INSURED_PERSON
MAILING
PAYER
POLICY_HOLDER
}
Values
ProsperityPlusPolicyPersonRole.ECONOMIC_INTEREST
Person with economic interest in the policy (beneficial owner). Required for AML compliance.
ProsperityPlusPolicyPersonRole.INSURED_PERSON
The person whose life is insured under the policy.
ProsperityPlusPolicyPersonRole.MAILING
Person or address to receive policy correspondence.
ProsperityPlusPolicyPersonRole.PAYER
Person responsible for premium payments if different from the policyholder.
ProsperityPlusPolicyPersonRole.POLICY_HOLDER
The policyholder and contract owner.