secondaryHoursType property
A type string used to identify the type of secondary hours. Possible string values are:
- "SECONDARY_HOURS_TYPE_UNSPECIFIED" : Default value when secondary hour type is not specified.
- "DRIVE_THROUGH" : The drive-through hour for banks, restaurants, or pharmacies.
- "HAPPY_HOUR" : The happy hour.
- "DELIVERY" : The delivery hour.
- "TAKEOUT" : The takeout hour.
- "KITCHEN" : The kitchen hour.
- "BREAKFAST" : The breakfast hour.
- "LUNCH" : The lunch hour.
- "DINNER" : The dinner hour.
- "BRUNCH" : The brunch hour.
- "PICKUP" : The pickup hour.
- "ACCESS" : The access hours for storage places.
- "SENIOR_HOURS" : The special hours for seniors.
- "ONLINE_SERVICE_HOURS" : The online service hours.
Implementation
core.String? secondaryHoursType;