PricePerOccupancy
Represents a price per occupancy.
type PricePerOccupancy {
amount: Float!
numberOfAdults: Int!
numberOfChildren: Int
numberOfInfants: Int
}
Fields
PricePerOccupancy.amount
● Float!
non-null scalar
Amount associated with the occupancy. This is the price for the occupancy.
PricePerOccupancy.numberOfAdults
● Int!
non-null scalar
Number of adults in the occupancy.
PricePerOccupancy.numberOfChildren
● Int
scalar
Number of children in the occupancy.
PricePerOccupancy.numberOfInfants
● Int
scalar
Number of children in the occupancy.
Member Of
PricesPerOccupancy
object