INPUT_OBJECT

OrganizationCptCodeInsuranceFeesInput

Payload for Insurance Fees Inputs for Org Cpt Code

link GraphQL Schema definition

  • input OrganizationCptCodeInsuranceFeesInput {
  • # If true, this object will be deleted
  • _destroy: Boolean
  • # Fee (in cents) per unit
  • fee_per_unit: Int
  • # The insurance plan associated with the cpt code object
  • insurance_plan_id: ID
  • # The ID associated with organization cpt code object
  • organization_cpt_code_id: ID
  • }