Asset Weekly Opening Response
data class AssetWeeklyOpeningResponse(val monday: AssetWeeklyOpeningHoursPeriod? = null, val tuesday: AssetWeeklyOpeningHoursPeriod? = null, val wednesday: AssetWeeklyOpeningHoursPeriod? = null, val thursday: AssetWeeklyOpeningHoursPeriod? = null, val friday: AssetWeeklyOpeningHoursPeriod? = null, val saturday: AssetWeeklyOpeningHoursPeriod? = null, val sunday: AssetWeeklyOpeningHoursPeriod? = null, val timezone: String? = null)
The current Weekly Opening taking into account the special hours
Parameters
_1
_2
_3
_4
_5
_6
_7
timezone
Timezone for the Opening Hours of an Asset. It is used to compute the open_now
property of an asset. see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Constructors
Link copied to clipboard
constructor(monday: AssetWeeklyOpeningHoursPeriod? = null, tuesday: AssetWeeklyOpeningHoursPeriod? = null, wednesday: AssetWeeklyOpeningHoursPeriod? = null, thursday: AssetWeeklyOpeningHoursPeriod? = null, friday: AssetWeeklyOpeningHoursPeriod? = null, saturday: AssetWeeklyOpeningHoursPeriod? = null, sunday: AssetWeeklyOpeningHoursPeriod? = null, timezone: String? = null)