Skip to main content

CancelCeContactStoreFunctionRegistrationInput

Defines the input for canceling a function registration in a continuing education contact store.

input CancelCeContactStoreFunctionRegistrationInput {
cancelationFeeOverride: Float
cancelationTaxOverrides: [TaxOverrideInput!]
ceContactStoreId: ID!
contactId: ID!
functionRegistrationId: ID!
}

Fields

CancelCeContactStoreFunctionRegistrationInput.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.

CancelCeContactStoreFunctionRegistrationInput.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.

CancelCeContactStoreFunctionRegistrationInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store.

CancelCeContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

CancelCeContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

Member Of

cancelCeContactStoreFunctionRegistration mutation