Skip to content

PriceAndCptPriceType

Appointment type price and cpt_code_price

Fields

cpt_price · String · The cpt_code_price for this appointment type
price · String · The price for this appointment type

Used By

Definition

"""
Appointment type price and cpt_code_price
"""
type PriceAndCptPriceType {
"""
The cpt_code_price for this appointment type
"""
cpt_price: String
"""
The price for this appointment type
"""
price: String
}