Skip to content

AppointmentPricingInfoType

Appointment pricing info

Fields

cpt_code_id · String · CPT Code ID
insurance_billing_method · String · The insurance billing method for this appointment
price · String · The price
units · String · The units of the price

Used By

Definition

"""
Appointment pricing info
"""
type AppointmentPricingInfoType {
"""
CPT Code ID
"""
cpt_code_id: String
"""
The insurance billing method for this appointment
"""
insurance_billing_method: String
"""
The price
"""
price: String
"""
The units of the price
"""
units: String
}