HoursOfOperationConfigEndTime

data class HoursOfOperationConfigEndTime(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 closing.

Link copied to clipboard

Specifies the minute of closing.