Object contain update store delivery hour response
| Name | Type | Description | Notes |
|---|---|---|---|
| errorReasons | List<ErrorReasonsEnum> | Error message when updating store delivery hour. `null` indicates no error. | [optional] |
| orderCount | Long | Total active order for the day. | |
| scheduledOrderCount | Long | Total scheduled order during store close period. | |
| closeImmediately | Boolean | Indicate the store status after updating delivery hours. |
| Name | Value |
|---|---|
| CLOSING_HOURS_INEFFECTIVE | "ClosingHoursIneffective" |
| FORCE_UPDATED | "ForceUpdated" |
| PENDING_SCHEDULED_ORDERS | "PendingScheduledOrders" |
| PENDING_ORDERS | "PendingOrders" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |