updateAppointmentTypeCptCodeInput
Autogenerated input type of updateAppointmentTypeCptCode
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEfee_per_unit
· Int
· DEPRECATED. No longer valid for use deprecated
No longer valid for useinsurance_billing_enabled
· Boolean
· DEPRECATED. Use appointmentType's insurance_billing_enabled instead deprecated
Use appointmentType's insurance_billing_enabled insteadUsed By
Definition
"""Autogenerated input type of updateAppointmentTypeCptCode"""input updateAppointmentTypeCptCodeInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") appointment_type_id: ID cpt_code_id: ID 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" )}