Skip to content

AdvanceAppointmentPricesInput

Payload for overriding an advance appointment price

Fields

appointment_type_id · ID · The ID of the appointment type
id · ID · The ID of the price
price · String · The price of the appointment type
user_id · ID · The ID of the user

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
}