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
  • Days of the week MPILocation opens

    • Example: “Sunday”

    Declaration

    Swift

    public let dayOfWeek: [String]