Additional Living Expense Schema
Additional Living Expense Type
object
(Additional Living Expense)
Additional Living Expense Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
coverage_display_name | String | Original Name of the coverage as per the carrier | Additional Living Expense | ||
limit | Number | Yes | Limit | 5000 | |
term_months | Number | Yes | Term months | 24 |
Sample JSON
{
"coverage_display_name": "Additional Living Expense",
"limit": 5000,
"term_months": 6
}