PriceUnderStandardOccupancy
Represents a price for guests under the standard occupancy.
type PriceUnderStandardOccupancy {
amount: Float!
guests: Int!
}
Fields
PriceUnderStandardOccupancy.amount
● Float!
non-null scalar
Amount associated with the occupancy of the room. This is the price for the guests.
PriceUnderStandardOccupancy.guests
● Int!
non-null scalar
Number of guests for occupancy.
Member Of
PricePerStandardOccupancy
object