HoursOfOperationConfigStartTime

data class HoursOfOperationConfigStartTime(val hours: Int, val minutes: Int)

Constructors

Link copied to clipboard
constructor(hours: Int, minutes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: Int

Specifies the hour of opening.

Link copied to clipboard

Specifies the minute of opening.