docs/CouponAutomaticallyApplyCouponCodes.md in ultracart_api-3.10.220 vs docs/CouponAutomaticallyApplyCouponCodes.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,8 +1,18 @@
-# UltracartClient::CouponAutomaticallyApplyCouponCodes
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**coupon_codes** | **Array<String>** | The coupon codes to automatically apply if this coupon is applied | [optional]
-
-
+# UltracartClient::CouponAutomaticallyApplyCouponCodes
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **coupon_codes** | **Array<String>** | The coupon codes to automatically apply if this coupon is applied | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::CouponAutomaticallyApplyCouponCodes.new(
+ coupon_codes: null
+)
+```
+