Skip to main content

UpdateCeContactStoreCourseFeeTypeInput

Defines the input for updating a course fee type in a continuing education contact store.

input UpdateCeContactStoreCourseFeeTypeInput {
additionalPaymentStatuses: [AdditionalPaymentStatus!]
alternateCurrencyFees: [AlternateCurrencyFeeInput!]
amount: NonNegativeFloat @deprecated
cancelationTaxes: [TaxItemInput!]
ceContactStoreId: ID!
comment: String
courseFeeTypeId: ID!
courseId: ID!
customFields: [CustomFieldInput!]
defaultFee: FeeInput
inventory: UpdateCourseFeeTypeInventoryInput
minimumAttendance: NonNegativeInt
name: String
taxes: [TaxItemInput!]
uniqueCode: String
}

Fields

UpdateCeContactStoreCourseFeeTypeInput.additionalPaymentStatuses ● [AdditionalPaymentStatus!] list enum

The additional valid payment statuses for this course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.alternateCurrencyFees ● [AlternateCurrencyFeeInput!] list input

The collection of fees in alternate currencies for the course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.amount ● NonNegativeFloat deprecated scalar

DEPRECATED

Use defaultFee and alternateCurrencyFees instead. This input will be removed in a future release.

The amount for this course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.cancelationTaxes ● [TaxItemInput!] list input

The collection of taxes for the cancelation fee for the course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the course fee type is associated with.

UpdateCeContactStoreCourseFeeTypeInput.comment ● String scalar

The comments for this course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.courseFeeTypeId ● ID! non-null scalar

The identifier of the course fee type.

UpdateCeContactStoreCourseFeeTypeInput.courseId ● ID! non-null scalar

The identifier of the course the course fee type is associated with.

UpdateCeContactStoreCourseFeeTypeInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for this course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.defaultFee ● FeeInput input

The fee charged for this course fee type in the event currency. Optional.

UpdateCeContactStoreCourseFeeTypeInput.inventory ● UpdateCourseFeeTypeInventoryInput input

The inventory for this course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.minimumAttendance ● NonNegativeInt scalar

The minimum attendance allowed for this course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.name ● String scalar

A UTF-8 string representing the name of the course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.taxes ● [TaxItemInput!] list input

The collection of taxes for the course fee type. Optional.

UpdateCeContactStoreCourseFeeTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the course fee type. Optional.

The value must be unique across all course fee types for a course.

Member Of

updateCeContactStoreCourseFeeType mutation