customer-android-kotlin

//core/com.kustomer.core.models/KusSchedule/KusSchedule

KusSchedule

[androidJvm]
fun KusSchedule(id: String?, rawJson: Any?, name: String, hours: Map<Int, List<List<Int>>>, timezone: String, @Json(name = "default")enabled: Boolean, holidays: List<KusSchedule.KusHoliday>?)