Skip to main content

CreateTemporaryHoldForFunctionDiscountCodeInput

Defines the input for temporarily holding a function discount code.

input CreateTemporaryHoldForFunctionDiscountCodeInput {
contactId: ID!
discountCodeId: ID!
eventId: ID!
functionFeeTypeId: ID!
temporaryHoldContextId: ID!
}

Fields

CreateTemporaryHoldForFunctionDiscountCodeInput.contactId ● ID! non-null scalar

The identifier of the contact the discount code is to be held for.

CreateTemporaryHoldForFunctionDiscountCodeInput.discountCodeId ● ID! non-null scalar

The identifier of the discount code.

CreateTemporaryHoldForFunctionDiscountCodeInput.eventId ● ID! non-null scalar

The identifier of the event the function is associated with.

CreateTemporaryHoldForFunctionDiscountCodeInput.functionFeeTypeId ● ID! non-null scalar

The identifier of the function fee type that the discount applies to.

CreateTemporaryHoldForFunctionDiscountCodeInput.temporaryHoldContextId ● ID! non-null scalar

A user-defined context ID representing one or more temporary holds. This ID is used to identify and release related temporary holds.

Member Of

createTemporaryHoldForFunctionDiscountCode mutation