Objects

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.

isAddonPurchasedboolean

The value has been changed to true because the collected insurance has the addon.

parameterDescriptionstring

Description of the parameter in the local language.

parameterDisplayNamestring

Display name for the parameter presented in the local language.

parameterGroupstring

The group the parameter belongs to.

parameterGroupOrderinteger[int32]

The display order of the parameter group.

parameterNamestring

The name of the parameter as returned for a specific insurance. In english.

parameterOrderinteger[int32]

The display order of the parameter within the parameter group.

valuestring

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
}