PricePerRoomInput
Represents a price per room.
input PricePerRoomInput {
amount: Float!
additionalGuestsSupplements: AdditionalGuestsSupplementsInput
}
Fields
PricePerRoomInput.amount ● Float! non-null scalar
Amount associated with the room. This is the price for the room.
PricePerRoomInput.additionalGuestsSupplements ● AdditionalGuestsSupplementsInput input
Price supplements for additional passengers. See AdditionalGuestsSupplements.
Member Of
PricesLoadInput input