Add pending amount to booking list
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s

This commit is contained in:
androidlover5842
2026-01-29 22:17:00 +05:30
parent b765f041f7
commit 0464c804cc
4 changed files with 48 additions and 2 deletions

View File

@@ -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(