All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.BusinessOpeningHours.scala Maven / Gradle / Ivy

There is a newer version: 9.711.0
Show newest version
package telegramium.bots

/** Describes the opening hours of a business.
  *
  * @param timeZoneName
  *   Unique name of the time zone for which the opening hours are defined
  * @param openingHours
  *   List of time intervals describing business opening hours
  */
final case class BusinessOpeningHours(
  timeZoneName: String,
  openingHours: List[BusinessOpeningHoursInterval] = List.empty
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy