MembershipContactStoreFunctionAttendance
Represents the time an attendee checked in and out of a function in a membership contact store.
type MembershipContactStoreFunctionAttendance {
attendee: MembershipContactStoreContact!
checkInDate: DateTime
checkOutDate: DateTime
}
Fields
MembershipContactStoreFunctionAttendance.attendee
● MembershipContactStoreContact!
non-null object
The attendee of the function.
MembershipContactStoreFunctionAttendance.checkInDate
● DateTime
scalar
The date and time the attendee checked into the function. Optional.
MembershipContactStoreFunctionAttendance.checkOutDate
● DateTime
scalar
The date and time the attendee checked out of the function. Optional.