Uninsured Property Damage Type
object
(Uninsured Property Damage)
Uninsured Property Damage Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
premium | number | Optional | can be null |
deductible | number | Optional | can be null |
limit | number | Optional | can be null |
per_person_limit | number | Optional | can be null |
per_accident_limit | number | Optional | can be null |
Sample JSON
{
"coverage_display_name": "Uninsured motorist property damage",
"premium": 149,
"deductible": 150,
"limit": 151,
"per_person_limit": 153,
"per_accident_limit": 152,
}