UpdateSponsorshipPackageInput
Defines the input for updating a sponsorship package.
input UpdateSponsorshipPackageInput {
additionalPaymentStatuses: [AdditionalPaymentStatus!]
alternateCurrencyFees: [AlternateCurrencyFeeInput!]
backgroundColor: HexColorCode
defaultFee: FeeInput
eventId: ID!
eventPackageId: ID
inclusions: [SponsorshipPackageItemInput!]
incomeAccountId: ID
inventoryLimit: NonNegativeInt
name: String
rank: NonNegativeInt
rankHeading: String
showBoldText: Boolean
sponsorshipPackageId: ID!
textColor: HexColorCode
uniqueCode: String
}
Fields
UpdateSponsorshipPackageInput.additionalPaymentStatuses ● [AdditionalPaymentStatus!] list enum
The additional valid payment statuses for this sponsorship package. Optional.
UpdateSponsorshipPackageInput.alternateCurrencyFees ● [AlternateCurrencyFeeInput!] list input
The collection of fees in alternate currencies. Optional.
UpdateSponsorshipPackageInput.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.
When explicitly set to null, the color will be set to the default value, #3987AD.
UpdateSponsorshipPackageInput.defaultFee ● FeeInput input
The fee charged for this sponsorship package in the event currency. Optional.