PriceUnderStandardOccupancyInput
Represents a price for guests under the standard occupancy.
input PriceUnderStandardOccupancyInput {
amount: Float!
guests: Int!
}
Fields
PriceUnderStandardOccupancyInput.amount
● Float!
non-null scalar
Amount associated with the occupancy of the room. This is the price for the guests.
PriceUnderStandardOccupancyInput.guests
● Int!
non-null scalar
Number of guests for occupancy.