Bodily Injury Liability Type
object
(Bodily Injury Liability)
Bodily Injury Liability 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": "Bodily injury liability",
"premium": 102,
"per_person_limit": 103,
"per_accident_limit": 104,
}