RoomPrice
Specifies the room price.
type RoomPrice {
price: Price!
breakdown: [PriceBreakdown!]
}
Fields
RoomPrice.price
● Price!
non-null object
Total price for all days.
RoomPrice.breakdown
● [PriceBreakdown!]
list object
Daily break downs price.
Member Of
Room
object