Add available rooms range with average rate
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -32,6 +32,16 @@ data class RoomAvailabilityRangeResponse(
|
||||
val freeCount: Int
|
||||
)
|
||||
|
||||
data class RoomAvailabilityWithRateResponse(
|
||||
val roomId: UUID,
|
||||
val roomNumber: Int,
|
||||
val roomTypeCode: String,
|
||||
val roomTypeName: String,
|
||||
val averageRate: Double?,
|
||||
val currency: String,
|
||||
val ratePlanCode: String? = null
|
||||
)
|
||||
|
||||
data class RoomImageResponse(
|
||||
val id: UUID,
|
||||
val propertyId: UUID,
|
||||
|
||||
Reference in New Issue
Block a user