# 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 ) ```