OfferingIncludesFields
Payload for an include to an offering
Fields
appointment_type_id
· ID
· The unique identifier of the appointment type is_repeating
· Boolean
· Whether the offering is repeating required_appointment_type
· Boolean
· Whether the appointment type is required Used By
Definition
"""Payload for an include to an offering"""input OfferingIncludesFields { """ The unique identifier of the appointment type """ appointment_type_id: ID
""" The unique identifier of the object """ id: ID
""" Whether the offering is repeating """ is_repeating: Boolean
""" The quantity of the offering """ quantity: String
""" Whether the appointment type is required """ required_appointment_type: Boolean}