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

- old
+ new

@@ -1,9 +1,20 @@ -# UltracartClient::TaxProviderTestResult - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**details** | **String** | | [optional] -**success** | **BOOLEAN** | True if the connection was successful | [optional] - - +# UltracartClient::TaxProviderTestResult + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **details** | **String** | | [optional] | +| **success** | **Boolean** | True if the connection was successful | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::TaxProviderTestResult.new( + details: null, + success: null +) +``` +