Skip to content

AdvanceAppointmentPriceInput

Payload for 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

Used By

Definition

"""
Payload for an advance appointment price
"""
input AdvanceAppointmentPriceInput {
"""
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
}