Skip to main content

UpdateSponsorshipPackageInput

Defines the input for updating a sponsorship package.

input UpdateSponsorshipPackageInput {
additionalPaymentStatuses: [AdditionalPaymentStatus!]
alternateCurrencyFees: [AlternateCurrencyFeeInput!]
defaultFee: FeeInput
eventId: ID!
eventPackageId: ID
inclusions: [SponsorshipPackageItemInput!]
incomeAccountId: ID
inventoryLimit: NonNegativeInt
name: String
rank: NonNegativeInt
rankHeading: String
sponsorshipPackageId: ID!
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.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 registration type. 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.sponsorshipPackageId ● ID! non-null scalar

The identifier of the sponsorship package.

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