CeContactStoreCourseSetup
Defines the settings for courses for a continuing education contact store in EventsAir.
type CeContactStoreCourseSetup {
classificationTypes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseClassificationType!]!
classifications(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseClassification!]!
courses(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreCourse!]!
creditTypes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseCreditType!]!
discountCodes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseDiscountCode!]!
preferences: CoursePreferences!
subClassifications(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseSubClassification!]!
}
Fields
CeContactStoreCourseSetup.classificationTypes
● [CourseClassificationType!]!
non-null object
A list of course classification types associated with this continuing education contact store.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourseSetup.classificationTypes.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourseSetup.classificationTypes.offset
● NonNegativeInt!
non-null scalar
CeContactStoreCourseSetup.classifications
● [CourseClassification!]!
non-null object
A list of course classifications associated with this continuing education contact store.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourseSetup.classifications.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourseSetup.classifications.offset
● NonNegativeInt!
non-null scalar
CeContactStoreCourseSetup.courses
● [CeContactStoreCourse!]!
non-null object
A list of courses associated with this continuing education contact store.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourseSetup.courses.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourseSetup.courses.offset
● NonNegativeInt!
non-null scalar
CeContactStoreCourseSetup.creditTypes
● [CourseCreditType!]!
non-null object
A list of course credit types associated with this continuing education contact store.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourseSetup.creditTypes.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourseSetup.creditTypes.offset
● NonNegativeInt!
non-null scalar
CeContactStoreCourseSetup.discountCodes
● [CourseDiscountCode!]!
non-null object
A list of course registration discount codes defined for this continuing education contact store.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourseSetup.discountCodes.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourseSetup.discountCodes.offset
● NonNegativeInt!
non-null scalar
CeContactStoreCourseSetup.preferences
● CoursePreferences!
non-null object
The configuration preferences for a course.
CeContactStoreCourseSetup.subClassifications
● [CourseSubClassification!]!
non-null object
A list of course sub classifications associated with this continuing education contact store.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourseSetup.subClassifications.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourseSetup.subClassifications.offset
● NonNegativeInt!
non-null scalar
Member Of
CeContactStoreSetup
object