UpdateEventFunctionFeeTypeInput
Defines the input for updating an event function fee type.
input UpdateEventFunctionFeeTypeInput {
additionalPaymentStatuses: [AdditionalPaymentStatus!]
alternateCurrencyFees: [AlternateCurrencyFeeInput!]
creditHours: Float
customFields: [CustomFieldInput!]
defaultFee: FeeInput
eventId: ID!
functionFeeTypeId: ID!
functionId: ID!
incomeAccountId: ID
inventory: FunctionFeeTypeInventoryInput
name: String
uniqueCode: String
}
Fields
UpdateEventFunctionFeeTypeInput.additionalPaymentStatuses ● [AdditionalPaymentStatus!] list enum
The additional valid payment statuses for this function fee type. Optional.
UpdateEventFunctionFeeTypeInput.alternateCurrencyFees ● [AlternateCurrencyFeeInput!] list input
The collection of fees in alternate currencies. Optional.
UpdateEventFunctionFeeTypeInput.creditHours ● Float scalar
The number of credit hours for the function fee type. Optional.
The default value is 0.
UpdateEventFunctionFeeTypeInput.customFields ● [CustomFieldInput!] list input
The custom fields to create or update for this function fee type. Optional.
UpdateEventFunctionFeeTypeInput.defaultFee ● FeeInput input
The fee charged for this function fee type in the event currency. Optional.
Will default to 0.
UpdateEventFunctionFeeTypeInput.eventId ● ID! non-null scalar
The identifier of the eventId the function fee type is associated with.
UpdateEventFunctionFeeTypeInput.functionFeeTypeId ● ID! non-null scalar
The unique identifier for the function fee type.
UpdateEventFunctionFeeTypeInput.functionId ● ID! non-null scalar
The identifier of the function the function fee type is associated with.
UpdateEventFunctionFeeTypeInput.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.
UpdateEventFunctionFeeTypeInput.inventory ● FunctionFeeTypeInventoryInput input
The inventory for this function fee type. Optional.
UpdateEventFunctionFeeTypeInput.name ● String scalar
A UTF-8 string representing the name of the function fee type. Optional.
UpdateEventFunctionFeeTypeInput.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
updateEventFunctionFeeType mutation