Skip to content

OrganizationCptCodeInsuranceFeeType

OrganizationCptCodeInsuranceFeeType object

Fields

fee_per_unit · Int · Fee (in cents) per unit
id · ID! · required · Unique identifier for the object
insurance_plan · InsurancePlan · The insurance plan that is associated witht the org cpt code
organization_cpt_code_id · ID · The ID associated with organization cpt code object

Used By

Definition

"""
OrganizationCptCodeInsuranceFeeType object
"""
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
}