# UltracartClient::ConversationEventAddCoupon ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **coupon_code** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEventAddCoupon.new( coupon_code: null ) ```