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

- old
+ new

@@ -1,8 +1,18 @@ -# UltracartClient::CouponFreeShippingSpecificItems - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**items** | **Array<String>** | A list of items of which at least one must be purchased for coupon to be valid. | [optional] - - +# UltracartClient::CouponFreeShippingSpecificItems + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **items** | **Array<String>** | A list of items of which at least one must be purchased for coupon to be valid. | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::CouponFreeShippingSpecificItems.new( + items: null +) +``` +