docs/CheckoutAllowedCountriesResponse.md in ultracart_api-3.10.220 vs docs/CheckoutAllowedCountriesResponse.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,8 +1,18 @@
-# UltracartClient::CheckoutAllowedCountriesResponse
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**countries** | [**Array<Country>**](Country.md) | | [optional]
-
-
+# UltracartClient::CheckoutAllowedCountriesResponse
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **countries** | [**Array<Country>**](Country.md) | | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::CheckoutAllowedCountriesResponse.new(
+ countries: null
+)
+```
+