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