businessStatus property
The business status for the place. Possible string values are:
- "BUSINESS_STATUS_UNSPECIFIED" : Default value. This value is unused.
- "OPERATIONAL" : The establishment is operational, not necessarily open now.
- "CLOSED_TEMPORARILY" : The establishment is temporarily closed.
- "CLOSED_PERMANENTLY" : The establishment is permanently closed.
Implementation
core.String? businessStatus;