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