RegistrationTypeMeetingPreferenceSettings
This represents the meeting preferences settings associated with a registration type.
type RegistrationTypeMeetingPreferenceSettings {
goldMeetingPreferencesLabel: String
maximumGoldMeetingPreferences: NonNegativeInt
maximumPlatinumMeetingPreferences: NonNegativeInt
maximumStandardMeetingPreferences: NonNegativeInt
platinumMeetingPreferencesLabel: String
}
Fields
RegistrationTypeMeetingPreferenceSettings.goldMeetingPreferencesLabel
● String
scalar
A label associated with gold meeting preferences. Optional.
Defaults to "Gold".
RegistrationTypeMeetingPreferenceSettings.maximumGoldMeetingPreferences
● NonNegativeInt
scalar
Defines the maximum number of gold meeting preferences. Optional.
Meeting preference types carry weight during the meeting matching process, which influences the likelihood of a meeting preference turning into a match:
- Platinum carry the most weight.
- Gold comes second.
- Standard comes third.
Rules:
null
means there is no limit.0
means gold meeting preferences are not allowed.- Any other value represents the limit of allowed gold meeting preferences.