ScheduleDay

fun ScheduleDay(zonedDateTime: ZonedDateTime, timeSlots: List<TimeSlot> = listOf())

Parameters

zonedDateTime

The date the time slots represent. The API incorrectly sends this with a time, but it should only represent the day. Highly recommended to not use this property, and use localDate instead.

timeSlots

A list of TimeSlot objects that are available.