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