Skip to main content

SponsorshipPackage

Defines a sponsorship package for an event.

type SponsorshipPackage {
amounts: [Money!]! @deprecated
backgroundColor: HexColorCode
createdAt: DateTime!
createdBy: String
fees: [Fee!]!
id: ID!
includedPackage: EventPackage
inclusions: [SponsorshipPackageItem!]!
incomeAccount: Account!
inventory: Inventory!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
paymentStatuses: [PaymentStatus!]!
rank: NonNegativeInt
rankHeading: String
showBoldText: Boolean
textColor: HexColorCode
uniqueCode: String
}

Fields

SponsorshipPackage.amounts ● [Money!]! deprecated non-null object

DEPRECATED

Use fees instead. This field will be removed in a future release.

The amount for this sponsorship package for the event.

SponsorshipPackage.backgroundColor ● HexColorCode scalar

The hex color code to use for the background when rendering the sponsors of this sponsorship package in a sponsor listing. Optional.

SponsorshipPackage.createdAt ● DateTime! non-null scalar

The date and time the record was created.

SponsorshipPackage.createdBy ● String scalar

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

SponsorshipPackage.fees ● [Fee!]! non-null object

The fees associated with this sponsorship package. Each item in the collection represents the fee for a specific currency. If there is no charge, the collection will contain a single item that has an amount of zero. Only enabled fees will be returned.

SponsorshipPackage.id ● ID! non-null scalar

The unique identifier for the sponsorship package.

SponsorshipPackage.includedPackage ● EventPackage object

A package included with this sponsorship package. Optional.

SponsorshipPackage.inclusions ● [SponsorshipPackageItem!]! non-null object

A list of items included within a sponsorship package.

SponsorshipPackage.incomeAccount ● Account! non-null object

The income account for the sponsorship package.

SponsorshipPackage.inventory ● Inventory! non-null object

The inventory for this sponsorship package.

SponsorshipPackage.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

SponsorshipPackage.lastModifiedBy ● String scalar

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

SponsorshipPackage.name ● String! non-null scalar

A UTF-8 string representing the name of the sponsorship package.

SponsorshipPackage.paymentStatuses ● [PaymentStatus!]! non-null enum

A list of valid payment statuses for this sponsorship package.

SponsorshipPackage.rank ● NonNegativeInt scalar

The number for the rank of the sponsorship package. A rank of 0 is not set. Optional.

SponsorshipPackage.rankHeading ● String scalar

UTF 8 string representing the rank heading for the sponsorship package. Optional.

SponsorshipPackage.showBoldText ● Boolean scalar

A flag indicating whether the text should be bold when rendering the sponsors of this sponsorship package in the sponsor listing. Optional.

SponsorshipPackage.textColor ● HexColorCode scalar

The hex color code to use when rendering the text for the sponsors of this sponsorship package in the sponsor listing. Optional.

SponsorshipPackage.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the sponsorship package. Optional.

The value must be unique across all sponsorship packages for an event.

Member Of

CreateSponsorshipPackagePayload object ● Sponsorship object ● SponsorshipSetup object ● UpdateSponsorshipPackagePayload object