Sha256: 26d09b0fe2d9ff0d563cccbc21da67194ef29d3ea1a5c4d15ae274e978d4c643
Contents?: true
Size: 548 Bytes
Versions: 196
Compression:
Stored size: 548 Bytes
Contents
# UltracartClient::TaxProviderTaxJar ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **configuration** | [**TaxJarConfig**](TaxJarConfig.md) | | [optional] | | **description** | **String** | Description | [optional] | | **selected** | **Boolean** | Selected | [optional] | | **title** | **String** | Title | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::TaxProviderTaxJar.new( configuration: null, description: null, selected: null, title: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems