SignupRankedChoiceState
The processing state of a SignupRankedChoice
enum SignupRankedChoiceState {
pending
requested
signed_up
waitlisted
}
Values
SignupRankedChoiceState
.pending
We have not yet attempted to process this choice
SignupRankedChoiceState
.requested
The attendee has had a signup request put in (see the result_signup_request field for the actual signup request)
SignupRankedChoiceState
.signed_up
The attendee has been signed up (see the result_signup field for the actual signup)
SignupRankedChoiceState
.waitlisted
The attendee has been waitlisted (see the result_signup field for the actual signup)
Member Of
SignupRankedChoice
object