Sha256: 4590247b471450ecebeb5f636de3827f446e4004950b00005d88aa40767a3d1d

Contents?: true

Size: 1.76 KB

Versions: 206

Compression:

Stored size: 1.76 KB

Contents

# UltracartClient::CartSettingsShippingEstimate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **allow_3rd_party_billing** | **Boolean** | True if this method allows the customer to use their own shipper account number | [optional] |
| **comment** | **String** | Comment to display to the customer about this method | [optional] |
| **cost** | [**Currency**](Currency.md) |  | [optional] |
| **cost_before_discount** | [**Currency**](Currency.md) |  | [optional] |
| **default_method** | **Boolean** | True if this is the default method | [optional] |
| **discount** | [**Currency**](Currency.md) |  | [optional] |
| **discounted** | **Boolean** | True if this method is discounted because of a coupon | [optional] |
| **display_name** | **String** | The name to display to the customer | [optional] |
| **estimated_delivery** | **String** | Date of the estimated delivery (or range) | [optional] |
| **lift_gate_option** | **Boolean** | True if a lift gate option for this method should be offered to the customer | [optional] |
| **name** | **String** | Shipping method name | [optional] |
| **pickup** | **Boolean** | True if this shipping method requires customers to physically pickup product themselves | [optional] |
| **tax** | [**Currency**](Currency.md) |  | [optional] |
| **total_tax** | [**Currency**](Currency.md) |  | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::CartSettingsShippingEstimate.new(
  allow_3rd_party_billing: null,
  comment: null,
  cost: null,
  cost_before_discount: null,
  default_method: null,
  discount: null,
  discounted: null,
  display_name: null,
  estimated_delivery: null,
  lift_gate_option: null,
  name: null,
  pickup: null,
  tax: null,
  total_tax: null
)
```

Version data entries

206 entries across 206 versions & 1 rubygems

Version Path
ultracart_api-4.1.4 docs/CartSettingsShippingEstimate.md
ultracart_api-4.1.3 docs/CartSettingsShippingEstimate.md
ultracart_api-4.1.2 docs/CartSettingsShippingEstimate.md
ultracart_api-4.1.1 docs/CartSettingsShippingEstimate.md
ultracart_api-4.1.0 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.245 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.242 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.241 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.240 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.238 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.237 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.236 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.235 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.234 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.233 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.232 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.231 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.230 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.229 docs/CartSettingsShippingEstimate.md
ultracart_api-4.0.228 docs/CartSettingsShippingEstimate.md