Skip to main content

CancelFunctionRegistrationInput

Defines the input for canceling a function registration in an event.

input CancelFunctionRegistrationInput {
cancelationFeeOverride: Float
cancelationTaxOverrides: [TaxOverrideInput!]
contactId: ID!
eventId: ID!
functionRegistrationId: ID!
}

Fields

CancelFunctionRegistrationInput.cancelationFeeOverride ● Float scalar

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

CancelFunctionRegistrationInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input

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

When set to null, the default cancelation taxes from the function fee type will be applied. When set to an empty array, no taxes will be applied.

CancelFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

CancelFunctionRegistrationInput.eventId ● ID! non-null scalar

The identifier of the event.

CancelFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

Member Of

cancelFunctionRegistration mutation