OBJECT

Benefit

Benefit associated with policy

link GraphQL Schema definition

  • type Benefit {
  • # Enumerated field: Medical or Preventive. Describes the type of benefit
  • category: String
  • # Coinsurance percentage due
  • coinsurance: String
  • # Copay amount due
  • copay: String
  • # Deductible amount for the calendar year
  • deductible_calendar_year: String
  • # Deductible amount for the year to date
  • deductible_year_to_date: String
  • # The unique identifier of the benefit
  • id: ID!
  • # If true, benefits include telemedicine
  • telemedicine: Boolean
  • }