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

- old
+ new

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