Personal Property Type
object
(Personal Property)
Personal Property Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
monthly_premium | number | Optional | cannot be null |
limit | number | Optional | cannot be null |
percentage | number | Optional | cannot be null |
Sample JSON
{
"coverage_display_name": "Personal Property",
"monthly_premium": 200,
"limit": 3000,
"percentage": 10,
}