Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.15 KB

File metadata and controls

19 lines (14 loc) · 1.15 KB

Io.Gate.GateApi.Model.SetMerchantWorkHoursRequest

Request to set merchant working status or custom working hours

Properties

Name Type Description Notes
WorkStatus int Working status. 0: resting, 1: working, 2: using custom working hours
CycleType string Custom working cycle; required when work_status is 2 [optional]
DayOfWeek string Weekly working days, comma-separated values 1-7 for Monday to Sunday; required when work_status is 2 and cycle_type is Weekly [optional]
TimeZone string UTC timezone offset, ranging from -12 to +14; required when work_status is 2 [optional]
StartTime string Custom working start time in HH:mm format; required when work_status is 2 and must not be later than end_time [optional]
EndTime string Custom working end time in HH:mm format; required when work_status is 2 and must not be earlier than start_time [optional]

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