BusinessHours
Query from BusinessHours table
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Bigint | False | Business hour ID. |
Description | String | True | Description of the business hour. |
Name | String | True | Name of the business hour. |
IsDefault | Boolean | True | True if this is the default business hour. |
TimeZone | String | True | Denotes the time zone of the business hour. |
business_hours | String | True | Collection of start time and end time of days of a week. |
CreatedAt | Datetime | True | Business hour creation timestamp. |
UpdatedAt | Datetime | True | Business hour updated timestamp. |
Last updated