Add expected guest count on booking
Some checks failed
build-and-deploy / build-deploy (push) Failing after 27s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 27s
This commit is contained in:
@@ -22,6 +22,7 @@ data class BookingCreateRequest(
|
||||
val childCount: Int? = null,
|
||||
val maleCount: Int? = null,
|
||||
val femaleCount: Int? = null,
|
||||
val expectedGuestCount: Int? = null,
|
||||
val notes: String? = null
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user