Sha256: d623443808cec96b8b8e2da12e90f0a990dcaf2c30c169167241dbcfd941e23d

Contents?: true

Size: 768 Bytes

Versions: 7

Compression:

Stored size: 768 Bytes

Contents

# UltracartClient::SelfConfig

## 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::SelfConfig.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/SelfConfig.md
ultracart_api-4.0.236 docs/SelfConfig.md
ultracart_api-4.0.235 docs/SelfConfig.md
ultracart_api-4.0.234 docs/SelfConfig.md
ultracart_api-4.0.233 docs/SelfConfig.md
ultracart_api-4.0.232 docs/SelfConfig.md
ultracart_api-4.0.231 docs/SelfConfig.md