OBJECT

OrganizationCptCodeInsuranceFeeType

OrganizationCptCodeInsuranceFeeType object

link GraphQL Schema definition

  • type OrganizationCptCodeInsuranceFeeType {
  • # Fee (in cents) per unit
  • fee_per_unit: Int
  • # Unique identifier for the object
  • id: ID!
  • # The insurance plan that is associated witht the org cpt code
  • insurance_plan: InsurancePlan
  • # The ID associated with organization cpt code object
  • organization_cpt_code_id: ID
  • }