Medical Payments Type
object
(Medical Payments)
Medical Payments Properties
Property | Type | Required | Nullable |
---|---|---|---|
coverage_display_name | string | Optional | cannot be null |
premium | number | Optional | cannot be null |
deductible | number | Optional | can be null |
limit | number | Optional | can be null |
per_person_limit | number | Optional | cannot be null |
Sample JSON
{
"coverage_display_name": "Medical Payments",
"premium": 121,
"deductible": 250,
"limit": 122,
"per_person_limit": 123,
}