# ExceptionDates
## Properties
**exception_date** | Option<**String**> | Date when the business is closed, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> date format. | [optional]
**is_open** | Option<**bool**> | Boolean indicating if the business is closed or open on that date. | [optional]
**open_intervals** | Option<[**Vec<models::OpenInterval>**](OpenInterval.md)> | Time window during the day when the business is open. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)