Medical Payments

Medical Payments Type

object (Medical Payments)

Medical Payments Properties

PropertyTypeRequiredNullable
coverage_display_namestringOptionalcannot be null
premiumnumberOptionalcannot be null
deductiblenumberOptionalcan be null
limitnumberOptionalcan be null
per_person_limitnumberOptionalcannot be null

Sample JSON

{
    "coverage_display_name": "Medical Payments",
    "premium": 121,
    "deductible": 250,
    "limit": 122,
    "per_person_limit": 123,
}