Rental Assistance Type
object
(Rental Assistance)
Rental Assistance Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
premium | number | Optional | can be null |
per_day_limit | number | Optional | can be null |
per_accident_limit | number | Optional | can be null |
limit | number | Optional | can be null |
Sample JSON
{
"coverage_display_name": "Rental assistance",
"premium": 131,
"per_day_limit": 132,
"per_accident_limit": 133,
"limit": "80%",
}