Skip to main content

CreateCourseFeeTypePayload

Payload returned when creating a course fee type in an event, a continuing education contact store, or a membership contact store.

type CreateCourseFeeTypePayload {
feeType: CourseFeeType!
}

Fields

CreateCourseFeeTypePayload.feeType ● CourseFeeType! non-null object

The created course fee type.

Returned By

createCeContactStoreCourseFeeType mutation ● createEventCourseFeeType mutation ● createMembershipContactStoreCourseFeeType mutation