SignupState
No description
enum SignupState {
  confirmed
  ticket_purchase_hold
  waitlisted
  withdrawn
}
Values
SignupState.confirmed
Attendee's spot is confirmed
SignupState.ticket_purchase_hold
Attendee's spot is held temporarily while the attendee finishes paying for their ticket
SignupState.waitlisted
Attendee is on the waitlist for this event and may be pulled in automatically
SignupState.withdrawn
Attendee has withdrawn from this event (and this signup is no longer valid)
Member Of
ChoiceCount  object ● GroupedSignupCount  object ● Signup  object ● SignupChange  object ● SignupCountByState  object ● SignupMoveResult  object