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