Add pending amount to booking list
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s
This commit is contained in:
@@ -72,7 +72,8 @@ data class BookingListItem(
|
||||
val femaleCount: Int?,
|
||||
val totalGuestCount: Int?,
|
||||
val expectedGuestCount: Int?,
|
||||
val notes: String?
|
||||
val notes: String?,
|
||||
val pending: Long? = null
|
||||
)
|
||||
|
||||
data class BookingDetailResponse(
|
||||
|
||||
Reference in New Issue
Block a user