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