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