Skip to main content

CeContactStoreCeCredit

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

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

Fields​

CeContactStoreCeCredit.course ● CeContactStoreCourse 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 ● Float! non-null scalar​

The number of credits for the continuing education credit.

Member Of​

CeContactStoreContact object