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.
UpdateSponsorshipPackageInput.eventId ● ID! non-null scalar
The identifier of the event the sponsorship package is associated with.
UpdateSponsorshipPackageInput.eventPackageId ● ID scalar
The identifier of the event package to automatically allocate with bookings of this sponsorship package. Optional.
UpdateSponsorshipPackageInput.inclusions ● [SponsorshipPackageItemInput!] list input
A collection of items to create/update in the sponsorship package. Optional.
UpdateSponsorshipPackageInput.incomeAccountId ● ID scalar
The identifier of the income account for the sponsorship package. Optional.
UpdateSponsorshipPackageInput.inventoryLimit ● NonNegativeInt scalar
The inventory limit for this sponsorship package. Optional.
If set to null the inventory will be unlimited.
UpdateSponsorshipPackageInput.name ● String scalar
A UTF-8 string representing the name of the sponsorship package. Optional.
UpdateSponsorshipPackageInput.rank ● NonNegativeInt scalar
A number indicating the rank order that this sponsorship package belongs to. Optional.
UpdateSponsorshipPackageInput.rankHeading ● String scalar
A UTF-8 string representing the rank heading to display for this sponsorship package. Optional.
UpdateSponsorshipPackageInput.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.
When explicitly set to null, the flag will be set to the default value, false.
UpdateSponsorshipPackageInput.sponsorshipPackageId ● ID! non-null scalar
The identifier of the sponsorship package.
UpdateSponsorshipPackageInput.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.
When explicitly set to null, the color will be set to the default value, #FFFFFF.
UpdateSponsorshipPackageInput.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
updateSponsorshipPackage mutation