Underinsured Bodily Injury Type
object
(Underinsured Bodily Injury)
Underinsured Bodily Injury Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
premium | number | Optional | cannot be null |
per_person_limit | number | Optional | cannot be null |
per_accident_limit | number | Optional | cannot be null |
Sample JSON
{
"coverage_display_name": "Underinsured Motorist Bodily Injury",
"premium": 113,
"per_person_limit": 114,
"per_accident_limit": 115,
}