AppointmentPricingInfoType
Appointment pricing info
Fields
cpt_code_id
· String · CPT Code ID insurance_billing_method
· String · The insurance billing method for this appointment Used By
Definition
"""Appointment pricing info"""type AppointmentPricingInfoType { """ The CPT Code """ cpt_code: CptCode
""" 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}