AdditionalGuestType
Represents the type of additional guest.
enum AdditionalGuestType {
ADULT
CHILD
INFANT
}
Values
AdditionalGuestType.ADULT
Indicates that the additional guest is an adult.
AdditionalGuestType.CHILD
Indicates that the additional guest is a child.
AdditionalGuestType.INFANT
Indicates that the additional guest is an infant.
Member Of
AdditionalGuest
object ● AdditionalGuestInput
input