Skip to content

OfferingIncludesFields

Payload for an include to an offering

Fields

appointment_type_id · ID · The unique identifier of the appointment type
id · ID · The unique identifier of the object
is_repeating · Boolean · Whether the offering is repeating
quantity · String · The quantity of the offering
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
}