docs/IntegrationCustomerSessionResponse.md in talon_one-2.5.1 vs docs/IntegrationCustomerSessionResponse.md in talon_one-3.0.0
- old
+ new
@@ -3,15 +3,17 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_session** | [**CustomerSessionV2**](CustomerSessionV2.md) | | [optional]
+**effects** | [**Array<Effect>**](Effect.md) | | [optional]
## Code Sample
```ruby
require 'TalonOne'
-instance = TalonOne::IntegrationCustomerSessionResponse.new(customer_session: null)
+instance = TalonOne::IntegrationCustomerSessionResponse.new(customer_session: null,
+ effects: null)
```