# UltracartClient::CouponNoDiscount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ignore_this_property** | **Boolean** | This property does nothing but is included in this object to ensure the object is generated by our sdk builders. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponNoDiscount.new( ignore_this_property: null ) ```