Road Side Assistance Type
object
(Road Side Assistance)
Road Side Assistance Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
premium | number | Optional | can be null |
per_accident_limit | number | Optional | can be null |
limit | number | Optional | can be null |
Sample JSON
{
"coverage_display_name": "Tow/road side assistance",
"premium": 135,
"per_accident_limit": 137,
"limit": 136,
}