All Perils Type
object
(All Perils)
All Perils Properties
Property | Type | Required | Nullable |
---|---|---|---|
percentage | number | Optional | can be null |
amount | number | Optional | can be null |
Sample JSON
{
"percentage": 10,
"amount": 1000
}