UpdateCeContactStoreCourseFeeTypeInput
Defines the input for updating a course fee type in a continuing education contact store.
input UpdateCeContactStoreCourseFeeTypeInput {
additionalPaymentStatuses: [AdditionalPaymentStatus!]
amount: NonNegativeFloat
ceContactStoreId: ID!
comment: String
courseFeeTypeId: ID!
courseId: ID!
customFields: [CustomFieldInput!]
inventory: UpdateCourseFeeTypeInventoryInput
minimumAttendance: NonNegativeInt
name: String
uniqueCode: String
}
Fields
UpdateCeContactStoreCourseFeeTypeInput.additionalPaymentStatuses ● [AdditionalPaymentStatus!] list enum
The additional valid payment statuses for this course fee type. Optional.
UpdateCeContactStoreCourseFeeTypeInput.amount ● NonNegativeFloat scalar
The amount for this 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.