Get Hours Of Operation Config
data class GetHoursOfOperationConfig(val day: String, val endTimes: List<GetHoursOfOperationConfigEndTime>, val startTimes: List<GetHoursOfOperationConfigStartTime>)
Constructors
Link copied to clipboard
constructor(day: String, endTimes: List<GetHoursOfOperationConfigEndTime>, startTimes: List<GetHoursOfOperationConfigStartTime>)