CancelRegistrationInput
Defines the input for canceling a registration.
input CancelRegistrationInput {
cancelationFeeOverride: Float
cancelationTaxOverrides: [TaxOverrideInput!]
contactId: ID!
eventId: ID!
registrationId: ID!
}
Fields
CancelRegistrationInput.cancelationFeeOverride ● Float scalar
The cancelation fee for the registration that will override the cancelation fee from setup in the currency of the registration. Optional.
CancelRegistrationInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input
The collection of cancelation taxes for the registration that will override the cancelation taxes from setup. Optional.
When set to null, the default cancelation taxes from the registration type will be applied. When set to an empty array, no taxes will be applied.
CancelRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact.
CancelRegistrationInput.eventId ● ID! non-null scalar
The identifier of the event.
CancelRegistrationInput.registrationId ● ID! non-null scalar
The identifier of the registration.
Member Of
cancelRegistration mutation