Bed
Contains information about a bed.
type Bed {
type: String
description: String
count: Int
shared: Boolean
}
Fields
Bed.type ● String scalar
Specifies the bed type
Bed.description ● String scalar
Description about the bed
Bed.count ● Int scalar
Indicates number of beds in a room
Bed.shared ● Boolean scalar
Specifies if the bed is shared or not
Member Of
Room object ● RoomOptionQuote object