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