UpdateMembershipContactStoreGroupFunctionRegistrationInput
Defines the input details for updating a group function registration in a membership contact store.
input UpdateMembershipContactStoreGroupFunctionRegistrationInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID
functionRegistrationId: ID!
membershipContactStoreId: ID!
paymentDetails: UpdatePaymentDetailsInput
temporaryHoldContextId: ID
tickets: PositiveInt
}
Fields
UpdateMembershipContactStoreGroupFunctionRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.customFields
● [CustomFieldInput!]
list input
The custom fields to update or create for the function registration. Optional.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.discountCodeId
● ID
scalar
The identifier of the discount code to apply to the function registration. Optional.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.functionFeeTypeId
● ID
scalar
The identifier of the function fee type for the function registration. Optional.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the function is associated with.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.paymentDetails
● UpdatePaymentDetailsInput
input
The payment details for the function registration. Optional.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.temporaryHoldContextId
● ID
scalar
A user-defined identifier representing the context for any previously created holds. If this field is specified, any outstanding hold on the function registration and its discount code will automatically be released when the function registration is successfully updated. Optional.
UpdateMembershipContactStoreGroupFunctionRegistrationInput.tickets
● PositiveInt
scalar
The number of tickets to register. Optional.
Member Of
updateMembershipContactStoreGroupFunctionRegistration
mutation