# TalonOne::CouponSearch ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | Properties to match against a coupon. All provided attributes will be exactly matched against attributes | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CouponSearch.new(attributes: null) ```