Interface BusinessOpeningHours

Describes opening hours of a business.

interface BusinessOpeningHours {
    @type: "businessOpeningHours";
    opening_hours: BusinessOpeningHoursInterval[];
    time_zone_id: string;
}

Properties

@type: "businessOpeningHours"

Intervals of the time when the business is open.

time_zone_id: string

Unique time zone identifier.