Skip to main content

CancelMembershipContactStoreFunctionRegistrationInput

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

input CancelMembershipContactStoreFunctionRegistrationInput {
cancelationFeeOverride: Float
cancelationTaxOverrides: [TaxOverrideInput!]
contactId: ID!
functionRegistrationId: ID!
membershipContactStoreId: ID!
}

Fields

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

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

CancelMembershipContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

CancelMembershipContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

CancelMembershipContactStoreFunctionRegistrationInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store.

Member Of

cancelMembershipContactStoreFunctionRegistration mutation