CreateTemporaryHoldForRegistrationInput
Defines the input for temporarily holding a registration.
input CreateTemporaryHoldForRegistrationInput {
  contactId: ID!
  eventId: ID!
  paymentStatus: PaymentStatusInput!
  registrationTypeId: ID!
  temporaryHoldContextId: ID!
}
Fields
CreateTemporaryHoldForRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact the registration is to be held for.
CreateTemporaryHoldForRegistrationInput.eventId ● ID! non-null scalar
The identifier of the event the registration is associated with.