Skip to main content

RestoreMembershipContactStoreFunctionRegistrationInput

Defines the input for updating a function registration's status in a membership contact store.

input RestoreMembershipContactStoreFunctionRegistrationInput {
contactId: ID!
functionRegistrationId: ID!
membershipContactStoreId: ID!
paymentStatus: PaymentStatusInput!
}

Fields

RestoreMembershipContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

RestoreMembershipContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

RestoreMembershipContactStoreFunctionRegistrationInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store.

RestoreMembershipContactStoreFunctionRegistrationInput.paymentStatus ● PaymentStatusInput! non-null enum

The new payment status of the function registration.

Member Of

restoreMembershipContactStoreFunctionRegistration mutation