Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 871 Bytes

File metadata and controls

25 lines (18 loc) · 871 Bytes

SetVoucherValidityPeriodsSimplifiedRequest

Properties

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]

Enum: List<DaysOfWeekEnum>

Name Value
SUNDAY "Sunday"
MONDAY "Monday"
TUESDAY "Tuesday"
WEDNESDAY "Wednesday"
THURSDAY "Thursday"
FRIDAY "Friday"
SATURDAY "Saturday"