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