DeathCoveragePayoutType
An enum to indicate when the Death coverage for the policy is paid out in case of multiple Insured persons (only application to Liechtenstein Life Wealth policies)
enum DeathCoveragePayoutType {
FIRST_TO_DIE
LAST_TO_DIE
}
Values
DeathCoveragePayoutType.FIRST_TO_DIE
The death coverage is paid out when the first person dies.
DeathCoveragePayoutType.LAST_TO_DIE
The death coverage is paid out when the last person dies.