MPIOpeningHours

data class MPIOpeningHours(    val type: String,     val opens: String,     val closes: String,     val dayOfWeek: List<String>)

MPIOpeningHours has the opening hours of the MPINavigatable.MPILocations.

Constructors

Link copied to clipboard
fun MPIOpeningHours(    type: String,     opens: String,     closes: String,     dayOfWeek: List<String>)

Properties

Link copied to clipboard
val closes: String

The closing time of the the MPINavigatable.MPILocation

Link copied to clipboard
val dayOfWeek: List<String>

Days of the week MPINavigatable.MPILocation opens

Link copied to clipboard
val opens: String

The opening time of the the MPINavigatable.MPILocation

Link copied to clipboard
val type: String

The type of MPIOpeningHours