UpdateMembershipContactStoreFunctionRegistrationStatusInput
Defines the input for updating a function registration's status in a membership contact store.
input UpdateMembershipContactStoreFunctionRegistrationStatusInput {
contactId: ID!
functionRegistrationId: ID!
membershipContactStoreId: ID!
paymentStatus: PaymentStatusInput!
}
Fields
UpdateMembershipContactStoreFunctionRegistrationStatusInput.contactId
● ID!
non-null scalar
The identifier of the contact.
UpdateMembershipContactStoreFunctionRegistrationStatusInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
UpdateMembershipContactStoreFunctionRegistrationStatusInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store.
UpdateMembershipContactStoreFunctionRegistrationStatusInput.paymentStatus
● PaymentStatusInput!
non-null enum
The new payment status of the function registration.
Member Of
updateMembershipContactStoreFunctionRegistrationStatus
mutation