Skip to content

ProviderCptCodeInput

Properties for creating or updating a ProviderCptCode

Fields

cpt_code_id · ID · The CPT code ID
id · ID · The unique identifier of the code
price_per_unit · String · The price per unit of the code
provider_id · ID · The unique identifier of the provider

Used By

Definition

"""
Properties for creating or updating a ProviderCptCode
"""
input ProviderCptCodeInput {
"""
The CPT code ID
"""
cpt_code_id: ID
"""
The unique identifier of the code
"""
id: ID
"""
The price per unit of the code
"""
price_per_unit: String
"""
The unique identifier of the provider
"""
provider_id: ID
}