AppointmentTypeCreditInput
Payload for appointment type credit
Fields
appointment_type_id
· String
· The appointment type ID of the credit Used By
Definition
"""Payload for appointment type credit"""input AppointmentTypeCreditInput { """ The appointment type ID of the credit """ appointment_type_id: String
""" The ID of the credit """ id: ID
""" The quantity of the credit """ quantity: String}