ReleaseTemporaryHoldForRegistrationDiscountCodeInput
Defines the input for releasing a hold on a registration discount code.
input ReleaseTemporaryHoldForRegistrationDiscountCodeInput {
contactId: ID!
discountCodeId: ID!
eventId: ID!
registrationTypeId: ID!
temporaryHoldContextId: ID!
}
Fields
ReleaseTemporaryHoldForRegistrationDiscountCodeInput.contactId
● ID!
non-null scalar
The identifier of the contact the discount code was held for.
ReleaseTemporaryHoldForRegistrationDiscountCodeInput.discountCodeId
● ID!
non-null scalar
The identifier of the discount code.
ReleaseTemporaryHoldForRegistrationDiscountCodeInput.eventId
● ID!
non-null scalar
The identifier of the event the registration is associated with.
ReleaseTemporaryHoldForRegistrationDiscountCodeInput.registrationTypeId
● ID!
non-null scalar
The identifier of the registration type that the discount applies to.
ReleaseTemporaryHoldForRegistrationDiscountCodeInput.temporaryHoldContextId
● ID!
non-null scalar
A user-defined context ID representing one or more temporary holds. This should be the same ID that was supplied when creating the hold.