Skip to content

createAppointmentTypeCptCodeInput

Autogenerated input type of createAppointmentTypeCptCode

Fields

deprecated DO NOT USE
fee_per_unit · Int · DEPRECATED. No longer valid for use
deprecated No longer valid for use
insurance_billing_enabled · Boolean · DEPRECATED. Use appointmentType's insurance_billing_enabled instead
deprecated Use appointmentType's insurance_billing_enabled instead

Used By

Definition

"""
Autogenerated input type of createAppointmentTypeCptCode
"""
input createAppointmentTypeCptCodeInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
appointment_type_id: ID
cpt_code_id: ID
units: String
"""
DEPRECATED. No longer valid for use
"""
fee_per_unit: Int @deprecated(reason: " No longer valid for use")
"""
DEPRECATED. Use appointmentType's insurance_billing_enabled instead
"""
insurance_billing_enabled: Boolean
@deprecated(
reason: "Use appointmentType's insurance_billing_enabled instead"
)
}