Deductible Type
object
(Deductible)
Deductible Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
all_perils | object | Optional | cannot be null |
windstorm_hail | object | Optional | cannot be null |
Sample JSON
{
"coverage_display_name": "Deductibles",
"all_perils": {
"percentage": 10,
"amount": 1000
},
"windstorm_hail": {
"percentage": 10,
"amount": 1000
},
}