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

- old
+ new

@@ -1,8 +1,18 @@ -# UltracartClient::CouponFreeShipping - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**shipping_methods** | **Array<String>** | One or more shipping methods that may be used with this coupon | [optional] - - +# UltracartClient::CouponFreeShipping + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **shipping_methods** | **Array<String>** | One or more shipping methods that may be used with this coupon | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::CouponFreeShipping.new( + shipping_methods: null +) +``` +