ReleaseTemporaryHoldForFunctionDiscountCodeInput
Defines the input for releasing a hold on a function discount code.
input ReleaseTemporaryHoldForFunctionDiscountCodeInput {
contactId: ID!
discountCodeId: ID!
eventId: ID!
functionFeeTypeId: ID!
temporaryHoldContextId: ID!
}
Fields
ReleaseTemporaryHoldForFunctionDiscountCodeInput.contactId
● ID!
non-null scalar
The identifier of the contact the discount code was held for.
ReleaseTemporaryHoldForFunctionDiscountCodeInput.discountCodeId
● ID!
non-null scalar
The identifier of the discount code.
ReleaseTemporaryHoldForFunctionDiscountCodeInput.eventId
● ID!
non-null scalar
The identifier of the event the function is associated with.
ReleaseTemporaryHoldForFunctionDiscountCodeInput.functionFeeTypeId
● ID!
non-null scalar
The identifier of the function fee type that the discount applies to.
ReleaseTemporaryHoldForFunctionDiscountCodeInput.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.