INPUT_OBJECT
AppointmentTypeAppointmentSettingInput
Payload for an appointment setting
link GraphQL Schema definition
- input AppointmentTypeAppointmentSettingInput {
- # If true, the appointment setting will be deleted
- Boolean :
- # Whether the appointment setting allows appointment type pricing
- Boolean :
- # Whether the appointment setting allows clients to cancel appointments
- Boolean :
- # Whether the appointment setting allows clients to reschedule appointments
- Boolean :
- # Whether the appointment setting allows past appointment rescheduling
- Boolean :
- # Whether the appointment setting allows specific client pricing
- Boolean :
- # Whether the appointment setting allows specific provider pricing
- Boolean :
- # Whether the appointment setting overrides the appointment type reminder
- Boolean :
- # The booking interval restriction for the appointment setting
- Int :
- # The buffer time for the appointment setting
- String :
- # Whether the appointment setting charges for occurred appointments
- Boolean :
- # The disallowed reschedulable statuses for the appointment setting
- String] : [
- # The ID of the appointment setting
- ID :
- # Whether the appointment setting invoices clients without a payment method
- Boolean :
- # The maximum number of days in the future when appointments can be scheduled
- String :
- # Prevents the patient from canceling too close the appointment time. In minutes
- Int :
- # Prevents the patient from rescheduling too close the appointment time. In
- # minutes
- Int :
- # Prevents the patient from scheduling too close to the desired appointment time.
- # In minutes
- Int :
- # The maximum number of times a patient can reschedule an appointment
- String :
- # Whether the appointment setting prevents booking without credit
- Boolean :
- # The pricing for the appointment setting
- String :
- # Whether the appointment setting allows same day appointments
- Boolean :
- # Whether the appointment setting sends a booking notice
- Boolean :
- # Whether the appointment setting sends a reminder four days before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a reminder one day before the appointment
- Boolean :
- # Whether the appointment setting sends a reminder one hour before the appointment
- Boolean :
- # Whether the appointment setting sends a reminder three days before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a reminder two days before the appointment
- Boolean :
- # Whether the appointment setting sends a reminder two hours before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a text reminder four days before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a text reminder one day before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a text reminder one hour before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a text reminder three days before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a text reminder two days before the
- # appointment
- Boolean :
- # Whether the appointment setting sends a text reminder two hours before the
- # appointment
- Boolean :
- # Whether the appointment setting uses the client credit system
- Boolean :
- }