Skip to main content

CeContactStoreFunctionAttendance

Represents the time an attendee checked in and out of a function in a continuing education contact store.

type CeContactStoreFunctionAttendance {
attendee: CeContactStoreContact!
checkInDate: DateTime
checkOutDate: DateTime
}

Fields​

CeContactStoreFunctionAttendance.attendee ● CeContactStoreContact! non-null object​

The attendee of the function.

CeContactStoreFunctionAttendance.checkInDate ● DateTime scalar​

The date and time the attendee checked into the function. Optional.

CeContactStoreFunctionAttendance.checkOutDate ● DateTime scalar​

The date and time the attendee checked out of the function. Optional.

Member Of​

CeContactStoreFunction object