public class SpecialHours
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SpecialHours() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getClosed()
Indicates if the business is closed on the date.
|
java.lang.String |
getDate()
Provides the date on which the operational hours are not as per normal.
|
Period |
getPeriod()
Provides the operational duration.
|
public java.lang.String getDate()
date format: "yyyy-MM-dd"
e.g. date = "2022-02-02"
public java.lang.Boolean getClosed()
public Period getPeriod()
Note: Response contains either closed or period field, not both.