Sha256: 5dde9055e51b008f2b0d12297caabc2686d9b63d2706d14d81f7b97059bf95a4
Contents?: true
Size: 735 Bytes
Versions: 196
Compression:
Stored size: 735 Bytes
Contents
# UltracartClient::TaxProviderUltraCart ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **configuration** | [**UltraCartConfig**](UltraCartConfig.md) | | [optional] | | **description** | **String** | Description | [optional] | | **selected** | **Boolean** | Selected | [optional] | | **states** | [**Array<TaxProviderUltraCartState>**](TaxProviderUltraCartState.md) | States in the union showing their management status | [optional] | | **title** | **String** | Title | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::TaxProviderUltraCart.new( configuration: null, description: null, selected: null, states: null, title: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems