MPIOpeningHours
public struct MPIOpeningHours : Codable
MPIOpeningHours
has the opening hours of the MPILocations
.
-
The type of
MPIOpeningHours
- Example: “OpeningHoursSpecification”
Declaration
Swift
public let type: String
-
The opening time of the the
MPILocation
- Example: “09:00”
Declaration
Swift
public let opens: String
-
The closing time of the the
MPILocation
- Example: “20:00”
Declaration
Swift
public let closes: String
-
Declaration
Swift
public let dayOfWeek: [String]