Objects

Insurance Addon

An addon for a specific insurance. The addOns can be used for looking up when using the API, while the names might be localized in a way that makes them hard to use. The annualPremium is in the same currency as the insurance. The list relates to reference for possible values of the IDs for different insurance types.

addOnIdstring

The technical name of the addon, standardized across different companies.

addOnNamestring

Localized name of the addon, can be used as display name.

addOnPriceinteger[int32]

The yearly premium paid for the addon.

{
  "addOnId": "addOnLife",
  "addOnName": "Livförsäkring",
  "addOnPrice": 576
}