Uninsured Underinsured Bodily Injury Type
object
(Uninsured Underinsured Bodily Injury)
Uninsured 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": "Uninsured/Underinsured Motorist bodily injury",
"premium": 109,
"per_person_limit": 110,
"per_accident_limit": 111,
}