docs/CartSettingsTaxes.md in ultracart_api-3.10.220 vs docs/CartSettingsTaxes.md in ultracart_api-4.0.32.rc

- old
+ new

@@ -1,8 +1,18 @@ -# UltracartClient::CartSettingsTaxes - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**counties** | **Array<String>** | | [optional] - - +# UltracartClient::CartSettingsTaxes + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **counties** | **Array<String>** | | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::CartSettingsTaxes.new( + counties: null +) +``` +