Skip to main content

RegistrationMeetingType

Defines the different types for a registration meeting.

enum RegistrationMeetingType {
CREATED_BY_ORGANIZER
MUTUAL
REQUEST_FROM_OTHER_PARTY
REQUEST_FROM_SELF
}

Values

RegistrationMeetingType.CREATED_BY_ORGANIZER

The meeting was created by the event organizer.

RegistrationMeetingType.MUTUAL

Both parties added meeting preferences with each other and were matched by the Meeting Matching process.

RegistrationMeetingType.REQUEST_FROM_OTHER_PARTY

The meeting was initially requested by the other party.

RegistrationMeetingType.REQUEST_FROM_SELF

The meeting was initially requested by the registration.

Member Of

RegistrationWithExhibitionBookingMeeting object ● RegistrationWithRegistrationMeeting object