TermFixEventType
The event that triggers the payout of the insurance benefit to the beneficiary.
enum TermFixEventType {
BIRTH_OF_CHILD
MARRIAGE
SCHOOL_GRADUATION
UNIVERSITY_DEGREE
}
Values
TermFixEventType.BIRTH_OF_CHILD
When the insured person has a child.
TermFixEventType.MARRIAGE
When the insured person gets married.
TermFixEventType.SCHOOL_GRADUATION
When the insured person graduates from high school.
TermFixEventType.UNIVERSITY_DEGREE
When the insured person graduates from university.
Member Of
TermFixInput input