Objects
Insurance Deductible
A specific deductible with its amount value for a specific insurance. The deductibleIds 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 amount value is in the same currency as the insurance. The list relates to reference for possible values of the IDs for different insurance types.
deductibleAmountinteger[int32]
The deductible amount in local currency or percent
deductibleIdstring
The technical name of the deductible, standardized across different companies.
deductibleNamestring
Localized name of the deductible, can be used as display name.
{
"deductibleAmount": 1500,
"deductibleId": "deductibleFixed",
"deductibleName": "Fixed deductible"
}