FunctionGuestType
Defines the type of guests for a function.
enum FunctionGuestType {
MAP_TO_CONTACT
NAMES_DO_NOT_NEED_TO_BE_RECORDED
RECORD_BASIC_NAME_DETAILS_ONLY
}
Values
FunctionGuestType.MAP_TO_CONTACT
Guests are linked to contacts.
FunctionGuestType.NAMES_DO_NOT_NEED_TO_BE_RECORDED
No guest can be recorded.
FunctionGuestType.RECORD_BASIC_NAME_DETAILS_ONLY
Only basic guest details are recorded, guests are not linked to contacts.
Member Of
Function
object