Personal Property Schema
Personal Property Type
object
(Personal Property)
Personal Property Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
coverage_display_name | String | Original Name of the coverage as per the carrier | Personal Property | ||
limit | Number | Yes | Limit | 157500 | |
percentage | Number | Yes | Percentage | 70 |
Sample JSON
{
"coverage_display_name": "Personal Property",
"limit": 157500,
"percentage": 70,
}