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!
payingContactId: 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.payingContactId ● ID scalar

The identifier of the contact who pays for the item. Optional. If specified the paying contact must be different from the contact who owns the item and the record's payment status must be CHARGE_TO_ANOTHER_CONTACT or CANCELED_CHARGE_TO_ANOTHER_CONTACT.

RestoreMembershipContactStoreFunctionRegistrationInput.paymentStatus ● PaymentStatusInput! non-null enum

The new payment status of the function registration.

Member Of

restoreMembershipContactStoreFunctionRegistration mutation