TicketTypeInput
No description
input TicketTypeInput {
allows_event_signups: Boolean
counts_towards_convention_maximum: Boolean
description: String
maximum_event_provided_tickets: Int
name: String
pricing_schedule: ScheduledMoneyValueInput
publicly_available: Boolean
}
Fields
TicketTypeInput.allows_event_signups
● Boolean
scalar
TicketTypeInput.counts_towards_convention_maximum
● Boolean
scalar
TicketTypeInput.description
● String
scalar
TicketTypeInput.maximum_event_provided_tickets
● Int
scalar
TicketTypeInput.name
● String
scalar
TicketTypeInput.pricing_schedule
● ScheduledMoneyValueInput
input
TicketTypeInput.publicly_available
● Boolean
scalar
Member Of
CreateTicketTypeInput
input ● UpdateTicketTypeInput
input