Insurance Parameter Value
A parameter value for a specific insurance. Describes one insurance element for a specific insurance as well as if it's included or not. Contains a technical name, a display name, a description in the local language and the value for the specific insurance.
The value has been changed to true because the collected insurance has the addon.
Description of the parameter in the local language.
Display name for the parameter presented in the local language.
The group the parameter belongs to.
The display order of the parameter group.
The name of the parameter as returned for a specific insurance. In english.
The display order of the parameter within the parameter group.
Potential values are `true` (parameter included in insurance coverage), `false` (parameter not included in insurance coverage) or `possible` (parameter could be included in coverage but we are unable to determine for certain)
{
"isAddonPurchased": true,
"parameterDeductible": {
"deductibleType": "amount",
"description": "Except for bodily injury",
"displayValue": 500,
"originalDisplayValue": 750,
"personalised": {}
},
"parameterDescription": "Compensates you if your car is stolen or damaged in a theft or a break-in.",
"parameterDisplayName": "Theft",
"parameterGroup": "Basic coverage",
"parameterGroupOrder": 1,
"parameterLimit": {
"description": "20% of the insured amount",
"displayValue": "Complex",
"limitType": "full-value"
},
"parameterName": "theft",
"parameterOrder": 2,
"value": true
}