toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
BookingConstraints
/
BookingConstraints
Booking
Constraints
constructor
(
minTimeSlot
:
Int
?
=
null
,
maxTimeSlot
:
Int
?
=
null
,
maxNumberOfBookingDay
:
Int
?
=
null
,
dateLimit
:
String
?
=
null
,
bookableDaysOfWeek
:
List
<
Int
>
?
=
null
,
bookableDaysLimit
:
Int
?
=
null
,
weekConstraints
:
List
<
WeekConstraint
>
?
=
null
)