Deductible

Deductible Type

object (Deductible)

Deductible Properties

PropertyTypeRequiredNullable
coverage_display_namestringOptionalcannot be null
all_perilsobjectOptionalcannot be null
windstorm_hailobjectOptionalcannot be null

Sample JSON

{
    "coverage_display_name": "Deductibles",
    "all_perils": {
        "percentage": 10,
        "amount": 1000
    },
    "windstorm_hail": {
        "percentage": 10,
        "amount": 1000
    },
}