Personal Liability Type
object
(Personal Liability)
Personal Liability Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
monthly_premium | number | Optional | cannot be null |
limit | number | Optional | cannot be null |
Sample JSON
{
"coverage_display_name": "Personal Liability",
"monthly_premium": 200,
"limit": 3000,
}