| Name | Type | Description | Notes |
|---|---|---|---|
| deliver_on_date | CartSettingsShippingCalendar | [optional] | |
| estimates | Array<CartSettingsShippingEstimate> | Estimates for this cart | [optional] |
| need_shipping | Boolean | True if this order needs shipping | [optional] |
| provinces | Array<CartSettingsProvince> | Provinces | [optional] |
| ship_on_date | CartSettingsShippingCalendar | [optional] |
require 'ultracart_api'
instance = UltracartClient::CartSettingsShipping.new(
deliver_on_date: null,
estimates: null,
need_shipping: null,
provinces: null,
ship_on_date: null
)