HoursOfOperationOverride

data class HoursOfOperationOverride(val effectiveFrom: String, val effectiveTill: String, val hoursOfOperationOverrideId: String? = null, val overrideConfig: List<HoursOfOperationOverrideConfig>, val overrideDescription: String? = null, val overrideName: String)

Overrides attached to the hours of operation.

Constructors

Link copied to clipboard
constructor(effectiveFrom: String, effectiveTill: String, hoursOfOperationOverrideId: String? = null, overrideConfig: List<HoursOfOperationOverrideConfig>, overrideDescription: String? = null, overrideName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date from which the hours of operation override would be effective.

Link copied to clipboard

The date till which the hours of operation override would be effective.

Link copied to clipboard

The identifier for the hours of operation override.

Link copied to clipboard
Link copied to clipboard