Underinsured Motorist Bodily Injury Schema
Underinsured Bodily Injury Type
object
(Underinsured Bodily Injury)
Underinsured Bodily Injury Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
coverage_display_name | String | Original Name of the coverage as per the carrier | Underinsured Motorist Bodily Injury | ||
per_person_limit | Number | Yes | Per Person Limit | 10000 | |
per_accident_limit | Number | Yes | Per Accident Limit | 30000 |
Sample JSON
{
"coverage_display_name": "Underinsured Motorist Bodily Injury",
"per_person_limit": 10000,
"per_accident_limit": 30000,
}