MPIOpeningHours

@Serializable
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
constructor(type: String, opens: String, closes: String, dayOfWeek: List<String>)

Properties

Link copied to clipboard

The closing time of the the MPINavigatable.MPILocation

Link copied to clipboard

Days of the week MPINavigatable.MPILocation opens

Link copied to clipboard

The opening time of the the MPINavigatable.MPILocation

Link copied to clipboard

The type of MPIOpeningHours