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

- old
+ new

@@ -1,8 +1,18 @@ -# UltracartClient::CheckoutSetupBrowserKeyResponse - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**browser_key** | **String** | Browser key that is used to authenticate against the new linked application. | [optional] - - +# UltracartClient::CheckoutSetupBrowserKeyResponse + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **browser_key** | **String** | Browser key that is used to authenticate against the new linked application. | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::CheckoutSetupBrowserKeyResponse.new( + browser_key: null +) +``` +