| Name | Type | Description | Notes |
|---|---|---|---|
| daysOfWeek | List<DaysOfWeekEnum> | Days of week when the voucher is valid | [optional] |
| startTime | String | Start time of the day when the voucher is valid | [optional] |
| endTime | String | End time of the day when the voucher is valid. If the end time is before the start time, the end time is assumed to be the next day. | [optional] |
| Name | Value |
|---|---|
| SUNDAY | "Sunday" |
| MONDAY | "Monday" |
| TUESDAY | "Tuesday" |
| WEDNESDAY | "Wednesday" |
| THURSDAY | "Thursday" |
| FRIDAY | "Friday" |
| SATURDAY | "Saturday" |