docs/CartSettingsGiftWrap.md in ultracart_api-3.10.220 vs docs/CartSettingsGiftWrap.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,10 +1,22 @@
-# UltracartClient::CartSettingsGiftWrap
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**cost** | [**Currency**](Currency.md) | | [optional]
-**title** | **String** | Title of the gift wrap | [optional]
-**url** | **String** | URL for the sample of the gift wrap | [optional]
-
-
+# UltracartClient::CartSettingsGiftWrap
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **cost** | [**Currency**](Currency.md) | | [optional] |
+| **title** | **String** | Title of the gift wrap | [optional] |
+| **url** | **String** | URL for the sample of the gift wrap | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::CartSettingsGiftWrap.new(
+ cost: null,
+ title: null,
+ url: null
+)
+```
+