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.