PricePerStandardOccupancyInput
Represents a price per standard occupancy.
input PricePerStandardOccupancyInput {
amount: Float!
pricesUnderStandardOccupancy: [PriceUnderStandardOccupancyInput]
additionalGuestsSupplements: AdditionalGuestsSupplementsInput
}
Fields
PricePerStandardOccupancyInput.amount
● Float!
non-null scalar
Amount associated with the standard occupancy of the room. This is the price for the standard guests.
PricePerStandardOccupancyInput.pricesUnderStandardOccupancy
● [PriceUnderStandardOccupancyInput]
list input
List of prices for passengers under the standard occupancy. See PriceUnderStandardOccupancy.
PricePerStandardOccupancyInput.additionalGuestsSupplements
● AdditionalGuestsSupplementsInput
input
Price supplements for additional passengers. See AdditionalGuestsSupplements.
Member Of
PricesLoadInput
input