Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 944 Bytes

File metadata and controls

15 lines (12 loc) · 944 Bytes

PublicInboxWorkingHours

Properties

Name Type Description Notes
day_of_week int Day of the week as a number. Sunday -> 0, Saturday -> 6 [optional]
open_all_day bool Whether or not the business is open the whole day [optional]
closed_all_day bool Whether or not the business is closed the whole day [optional]
open_hour int Opening hour. Can be null if closed all day [optional]
open_minutes int Opening minute. Can be null if closed all day [optional]
close_hour int Closing hour. Can be null if closed all day [optional]
close_minutes int Closing minute. Can be null if closed all day [optional]

[Back to Model list] [Back to API list] [Back to README]