| Name | Type | Description | Notes |
|---|---|---|---|
| agent_arn | String | [optional] | |
| agent_name | String | [optional] | |
| coupon_code | String | [optional] |
require 'ultracart_api'
instance = UltracartClient::ConversationEventAddCoupon.new(
agent_arn: null,
agent_name: null,
coupon_code: null
)