UpdateCourseFeeTypePayload
Payload returned when creating a course fee type in an event, a continuing education contact store, or a membership contact store.
type UpdateCourseFeeTypePayload {
feeType: CourseFeeType!
}
Fields
UpdateCourseFeeTypePayload.feeType
● CourseFeeType!
non-null object
The updated course fee type.
Returned By
updateCeContactStoreCourseFeeType
mutation ● updateEventCourseFeeType
mutation ● updateMembershipContactStoreCourseFeeType
mutation