Skip to main content

SponsorshipPreferences

Represents the sponsorship preferences set by the event organizer.

type SponsorshipPreferences {
additionalChargesEnabled: Boolean!
brochuresEnabled: Boolean!
checklistEnabled: Boolean!
companyLogoEnabled: Boolean!
createdAt: DateTime!
createdBy: String
documentsEnabled: Boolean!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
logoHeight: NonNegativeInt
logoWidth: NonNegativeInt
netTargetRevenue: Float!
paymentSchedule: [PercentagePaymentScheduleItem!]!
paymentScheduleEnabled: Boolean!
profileEnabled: Boolean!
}

Fields

SponsorshipPreferences.additionalChargesEnabled ● Boolean! non-null scalar

A flag indicating whether additional charges is enabled.

SponsorshipPreferences.brochuresEnabled ● Boolean! non-null scalar

A flag indicating whether brochures is enabled.

SponsorshipPreferences.checklistEnabled ● Boolean! non-null scalar

A flag indicating whether the checklist is enabled.

SponsorshipPreferences.companyLogoEnabled ● Boolean! non-null scalar

A flag indicating whether the company logo is enabled.

SponsorshipPreferences.createdAt ● DateTime! non-null scalar

The date and time the record was created.

SponsorshipPreferences.createdBy ● String scalar

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

SponsorshipPreferences.documentsEnabled ● Boolean! non-null scalar

A flag indicating whether documents is enabled.

SponsorshipPreferences.id ● ID! non-null scalar

The unique identifier for the sponsorship preferences.

SponsorshipPreferences.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

SponsorshipPreferences.lastModifiedBy ● String scalar

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

SponsorshipPreferences.logoHeight ● NonNegativeInt scalar

The height of the company logo in pixels. Optional.

SponsorshipPreferences.logoWidth ● NonNegativeInt scalar

The width of the company logo in pixels. Optional.

SponsorshipPreferences.netTargetRevenue ● Float! non-null scalar

The net target revenue for sponsorship.

SponsorshipPreferences.paymentSchedule ● [PercentagePaymentScheduleItem!]! non-null object

The payment schedule for sponsorship bookings.

SponsorshipPreferences.paymentScheduleEnabled ● Boolean! non-null scalar

A flag indicating whether the payment schedule is enabled.

SponsorshipPreferences.profileEnabled ● Boolean! non-null scalar

A flag indicating whether the profile is enabled.

Member Of

SponsorshipSetup object ● UpdateSponsorshipPreferencesPayload object