docs/ConversationEventAddCoupon.md in ultracart_api-4.0.84.rc vs docs/ConversationEventAddCoupon.md in ultracart_api-4.0.85.rc

- old
+ new

@@ -2,17 +2,21 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | +| **agent_arn** | **String** | | [optional] | +| **agent_name** | **String** | | [optional] | | **coupon_code** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEventAddCoupon.new( + agent_arn: null, + agent_name: null, coupon_code: null ) ```