Skip to main content

CancelSponsorshipInput

Define the input for cancelling a sponsorship.

input CancelSponsorshipInput {
cancelationFeeOverride: Float
cancelationTaxOverrides: [TaxOverrideInput!]
contactId: ID!
eventId: ID!
sponsorshipId: ID!
}

Fields

CancelSponsorshipInput.cancelationFeeOverride ● Float scalar

The cancelation fee for the sponsorship that will override the cancelation fee from setup in the currency of the sponsorship. Optional.

CancelSponsorshipInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input

The collection of cancelation taxes for the sponsorship that will override the cancelation taxes from setup. Optional.

When set to null, the default cancelation taxes from the sponsorship package will be applied. When set to an empty array, no taxes will be applied.

CancelSponsorshipInput.contactId ● ID! non-null scalar

The identifier of the contact the sponsorship is associated with.

CancelSponsorshipInput.eventId ● ID! non-null scalar

The identifier of the event the sponsorship is associated with.

CancelSponsorshipInput.sponsorshipId ● ID! non-null scalar

The identifier of the sponsorship.

Member Of

cancelSponsorship mutation