Skip to main content

RegistrationPreferences

The configuration preferences for registrations.

type RegistrationPreferences {
createdAt: DateTime!
createdBy: String
expectedNumberOfAttendees: Int
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
meetingMatchingConfiguration: RegistrationPreferencesMeetingMatchingConfiguration
netTargetRevenue: Float!
}

Fields

RegistrationPreferences.createdAt ● DateTime! non-null scalar

The date and time the record was created.

RegistrationPreferences.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

RegistrationPreferences.expectedNumberOfAttendees ● Int scalar

The expected number of attendees for the event. Optional.

RegistrationPreferences.id ● ID! non-null scalar

The unique identifier for the registration preferences.

RegistrationPreferences.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

RegistrationPreferences.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

RegistrationPreferences.meetingMatchingConfiguration ● RegistrationPreferencesMeetingMatchingConfiguration object

The configuration for meeting matching in the event. Optional.

Returns null if meeting matching is disabled.

RegistrationPreferences.netTargetRevenue ● Float! non-null scalar

The target revenue amount for registrations.

Member Of

RegistrationSetup object