AdditionalGuest
Represents an additional guest for a room.
type AdditionalGuest {
additionalGuestType: AdditionalGuestType!
guestPosition: Int!
amount: Float!
type: AmountApplyType
}
Fields
AdditionalGuest.additionalGuestType ● AdditionalGuestType! non-null enum
Type of the additional guest. See AdditionalGuestType.
AdditionalGuest.guestPosition ● Int! non-null scalar
Position of the guest.
AdditionalGuest.amount ● Float! non-null scalar
Amount associated with the additional guest.
AdditionalGuest.type ● AmountApplyType enum
Type of the amount application. See AmountApplyType.
Member Of
AdditionalGuestsSupplements object