# UltracartClient::CartSettingsShippingCalendar ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **blackouts** | **Array<String>** | Specified dates that are blacked out on the calendar in ISO8601 format | [optional] **days_of_week** | **Array<BOOLEAN>** | Days of week that should be enabled on the calendar (0 - Sunday through 6 - Saturday) | [optional] **earliest** | **String** | The earliest date that can be selected on the calendar | [optional] **require** | **BOOLEAN** | True if the customer is required to select a date | [optional] **show** | **BOOLEAN** | True if this calendar should be shown to the customer | [optional]