AdvanceAppointmentPricesInput
Payload for overriding an advance appointment price
Fields
appointment_type_id
· ID
· The ID of the appointment type Used By
Definition
"""Payload for overriding an advance appointment price"""input AdvanceAppointmentPricesInput { """ The ID of the appointment type """ appointment_type_id: ID
""" The ID of the price """ id: ID
""" The price of the appointment type """ price: String
""" The ID of the user """ user_id: ID}