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