Include vehicle numbers in booking detail
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
This commit is contained in:
@@ -85,6 +85,7 @@ data class BookingDetailResponse(
|
||||
val guestNationality: String?,
|
||||
val guestAddressText: String?,
|
||||
val guestSignatureUrl: String?,
|
||||
val vehicleNumbers: List<String>,
|
||||
val roomNumbers: List<Int>,
|
||||
val source: String?,
|
||||
val fromCity: String?,
|
||||
|
||||
Reference in New Issue
Block a user