BusinessWorkHours

---types---
businessWorkHours#8c92b098 open_now:flags.0?true timezone_id:string weekly_open:Vector<BusinessWeeklyOpen> = BusinessWorkHours

Belongs to

BusinessWorkHours

In Rust this constructor is a variant of the enums::BusinessWorkHours enum.
Match on it with: if let enums::BusinessWorkHours::BusinessWorkHours(v) = result { ... }

Parameters

open_nowtrueoptional
timezone_idstringrequired
weekly_openVector<BusinessWeeklyOpen>required

Used by

UpdateBusinessWorkHours