Additional Living Expense Type
object
(Additional Living Expense)
Additional Living Expense Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
limit | number | Optional | cannot be null |
term_months | number | Optional | cannot be null |
Sample JSON
{
"coverage_display_name": "ALE TERM",
"limit": 1000,
"term_months": 24,
}