Sha256: 2075aa6f7fefcbf3586fd88ab425c2c4957208ad5edeb9c1ef05821f9da3d957
Contents?: true
Size: 1.37 KB
Versions: 203
Compression:
Stored size: 1.37 KB
Contents
# UltracartClient::TaxJarConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | True if TaxJar is active for this merchant | [optional] | | **api_key** | **String** | TaxJar API key | [optional] | | **estimate_only** | **Boolean** | True if this TaxJar configuration is to estimate taxes only and not report placed orders to TaxJar | [optional] | | **send_outside_nexus** | **Boolean** | Send orders outside your nexus TaxJar. The default is to not transmit outside orders to TaxJar to reduce API calls. However, this will prevent TaxJar from dynamically creating new Nexus when thresholds are exceeded for a state. | [optional] | | **send_test_orders** | **Boolean** | Send test orders through to TaxJar. The default is to not transmit test orders to TaxJar. | [optional] | | **skip_channel_orders** | **Boolean** | Do not send channel partner orders to TaxJar. Set this to true if your channel partner reports tax on their own. | [optional] | | **use_distribution_center_from** | **Boolean** | Use distribution center from address | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::TaxJarConfig.new( active: null, api_key: null, estimate_only: null, send_outside_nexus: null, send_test_orders: null, skip_channel_orders: null, use_distribution_center_from: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems