Skip to main content

CreateEventFunctionFeeTypeInput

Defines the input for creating an event function fee type.

input CreateEventFunctionFeeTypeInput {
additionalPaymentStatuses: [AdditionalPaymentStatus!]
alternateCurrencyFees: [AlternateCurrencyFeeInput!]
creditHours: Float
customFields: [CustomFieldInput!]
defaultFee: FeeInput
eventId: ID!
functionId: ID!
incomeAccountId: ID
inventory: FunctionFeeTypeInventoryInput!
name: String!
uniqueCode: String
}

Fields

CreateEventFunctionFeeTypeInput.additionalPaymentStatuses ● [AdditionalPaymentStatus!] list enum

The additional valid payment statuses for this function fee type. Optional.

CreateEventFunctionFeeTypeInput.alternateCurrencyFees ● [AlternateCurrencyFeeInput!] list input

The collection of fees in alternate currencies. Optional.

CreateEventFunctionFeeTypeInput.creditHours ● Float scalar

The number of credit hours for the function fee type. Optional.

The default value is 0.

CreateEventFunctionFeeTypeInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for this function fee type. Optional.

CreateEventFunctionFeeTypeInput.defaultFee ● FeeInput input

The fee charged for this function fee type in the event currency. Optional.

Will default to 0.

CreateEventFunctionFeeTypeInput.eventId ● ID! non-null scalar

The identifier of the eventId the function fee type is associated with.

CreateEventFunctionFeeTypeInput.functionId ● ID! non-null scalar

The identifier of the function the function fee type is associated with.

CreateEventFunctionFeeTypeInput.incomeAccountId ● ID scalar

The identifier of the income account for the function fee type. Optional.

The value will default to the ID of the first income account in account number order.

CreateEventFunctionFeeTypeInput.inventory ● FunctionFeeTypeInventoryInput! non-null input

The inventory for this function fee type.

CreateEventFunctionFeeTypeInput.name ● String! non-null scalar

A UTF-8 string representing the name of the function fee type.

CreateEventFunctionFeeTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the function fee type. Optional.

The value must be unique across all function fee types for a function.

Member Of

createEventFunctionFeeType mutation