Store DOB in guest age and return 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:
@@ -84,6 +84,7 @@ data class BookingDetailResponse(
|
||||
val guestPhone: String?,
|
||||
val guestNationality: String?,
|
||||
val guestAddressText: String?,
|
||||
val guestAge: String?,
|
||||
val guestSignatureUrl: String?,
|
||||
val vehicleNumbers: List<String>,
|
||||
val roomNumbers: List<Int>,
|
||||
|
||||
Reference in New Issue
Block a user