BusinessOpeningHours

@Serializable
data class BusinessOpeningHours(val timeZoneName: String, val openingHours: List<BusinessOpeningHoursInterval>)

Describes the opening hours of a business.

Api reference

Constructors

Link copied to clipboard
constructor(timeZoneName: String, openingHours: List<BusinessOpeningHoursInterval>)

Properties

Link copied to clipboard

List of time intervals describing business opening hours

Link copied to clipboard

Unique name of the time zone for which the opening hours are defined