BusinessOpeningHoursInterval

telegramium.bots.BusinessOpeningHoursInterval
final case class BusinessOpeningHoursInterval(openingMinute: Int, closingMinute: Int)

Value parameters

closingMinute

The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 24 60

openingMinute

The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 24 60

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product