Sha256: b79454abaa73f30f1d68be84f13e4da84fca3e80bf0b893d999ff2a13171f820
Contents?: true
Size: 633 Bytes
Versions: 196
Compression:
Stored size: 633 Bytes
Contents
# UltracartClient::TaxProviderAvalaraCompany ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **company_code** | **String** | Company code | [optional] | | **company_name** | **String** | Company name | [optional] | | **description** | **String** | Description | [optional] | | **selected** | **Boolean** | Selected | [optional] | | **title** | **String** | Title | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::TaxProviderAvalaraCompany.new( company_code: null, company_name: null, description: null, selected: null, title: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems