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