Sha256: ae971fbec7ce84ad5ab0b85df337a11c1fd91702d731209b6107c1b2e67eebdd
Contents?: true
Size: 914 Bytes
Versions: 196
Compression:
Stored size: 914 Bytes
Contents
# 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] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettingsShippingCalendar.new( blackouts: null, days_of_week: null, earliest: null, require: null, show: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems