Road Side Assistance Schema
Road Side Assistance Type
object
(Road Side Assistance)
Road Side Assistance Properties
Property | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
coverage_display_name | String | Original Name of the coverage as per the carrier. | Tow/road side assistance | ||
per_accident_limit | Number | Yes | Per accident limit | 1000 | |
limit | Number | Yes | limit | 10000 |
Sample JSON
{
"coverage_display_name": "Tow/road side assistance",
"per_accident_limit": 1000,
"limit": 10000,
}