Uninsured Bodily Injury Type
object
(Uninsured Bodily Injury)
Uninsured 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 motorist bodily injury",
"premium": 117,
"per_person_limit": 118,
"per_accident_limit": 119,
}