Sha256: 9382b5bd88e1d44adda1f65951a2e7a4cda38d5493cf7d3beb8e516b2ec59abb

Contents?: true

Size: 778 Bytes

Versions: 7

Compression:

Stored size: 778 Bytes

Contents

# UltracartClient::UltraCartConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **exempt_from_colorado_retail_delivery_fee** | **Boolean** | True if the Colorado Retail Delivery Fee should not be collected | [optional] |
| **exempt_from_minnesota_retail_delivery_fee** | **Boolean** | True if the Minnesota Retail Delivery Fee should not be collected | [optional] |
| **tax_billing** | **Boolean** | True if sales tax should be collected based on billing address instead of shipping address | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::UltraCartConfig.new(
  exempt_from_colorado_retail_delivery_fee: null,
  exempt_from_minnesota_retail_delivery_fee: null,
  tax_billing: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ultracart_api-4.0.237 docs/UltraCartConfig.md
ultracart_api-4.0.236 docs/UltraCartConfig.md
ultracart_api-4.0.235 docs/UltraCartConfig.md
ultracart_api-4.0.234 docs/UltraCartConfig.md
ultracart_api-4.0.233 docs/UltraCartConfig.md
ultracart_api-4.0.232 docs/UltraCartConfig.md
ultracart_api-4.0.231 docs/UltraCartConfig.md