Skip to main content

CeContactStoreCeCredit

Defines a continuing education credit for a contact in a continuing education contact store.

type CeContactStoreCeCredit {
course: EventCourse
courseDescription: String
creditType: CourseCreditType!
dateEarned: LocalDate
id: ID!
numberOfCredits: PositiveInt!
}

Fields

CeContactStoreCeCredit.course ● EventCourse object

The course associated with the credit. Optional.

CeContactStoreCeCredit.courseDescription ● String scalar

A UTF-8 string representing the description for the course when the continuing education credit is not linked to a course. Optional.

CeContactStoreCeCredit.creditType ● CourseCreditType! non-null object

The course credit type associated with the continuing education credit.

CeContactStoreCeCredit.dateEarned ● LocalDate scalar

The date the continuing education credit was earned. Optional.

CeContactStoreCeCredit.id ● ID! non-null scalar

The identifier of the continuing education credit.

CeContactStoreCeCredit.numberOfCredits ● PositiveInt! non-null scalar

The number of credits for the continuing education credit.

Member Of

CeContactStoreContact object