Retail Appointment Time Slot
data class RetailAppointmentTimeSlot(departmentId: String, scheduleDays: List<ScheduleDay>, startDate: ZonedDateTime, endDate: ZonedDateTime, timezone: ZoneId) : Parcelable
Content copied to clipboard
Represents a grouping of time slots for a particular Retail clinic
Constructors
RetailAppointmentTimeSlot
Link copied to clipboard
fun RetailAppointmentTimeSlot(departmentId: String, scheduleDays: List<ScheduleDay> = listOf(), startDate: ZonedDateTime, endDate: ZonedDateTime, timezone: ZoneId)
Content copied to clipboard
Functions
Properties
departmentId
Link copied to clipboard
endDate
Link copied to clipboard
scheduleDays
Link copied to clipboard
startDate
Link copied to clipboard