ProsperityPlusGermanyHealthInput
Input to provide the medical history of the customer.
**Important**: We only support entry of one critical illness. If the customer has/had more than one critical illness, the policy application will be rejected.
Weight and height are REQUIRED when ALL of the following conditions are met:
- The insured person is 75 years or younger at the policy start date
- No individual death benefit has been selected
- Total premiums meet either:
- For death benefit option 1: Total premiums until year 6 do not exceed €1 million
- For death benefit option 2: Total premiums until policy end do not exceed €10 million
input ProsperityPlusGermanyHealthInput {
criticalIllnessDetails: CriticalIllnessDetailsInput
hasCriticalIllness: Boolean!
height: Int
weight: Int
}
Fields
ProsperityPlusGermanyHealthInput.criticalIllnessDetails ● CriticalIllnessDetailsInput input
Details about the critical illness.
Required if hasCriticalIllness is true.
**Note**: If the customer has multiple critical illnesses, the application cannot be accepted.
ProsperityPlusGermanyHealthInput.hasCriticalIllness ● Boolean! non-null scalar
Indicates if the customer has a critical illness. Set to false to mark the Health topic as completed in the insurance system.
ProsperityPlusGermanyHealthInput.height ● Int scalar
Insured person's height in centimeters. Required based on conditions described in the input type documentation.
_Constraints_:
* Minimal value: 1
ProsperityPlusGermanyHealthInput.weight ● Int scalar
Insured person's weight in kilograms. Required based on conditions described in the input type documentation.
_Constraints_:
* Minimal value: 1