Sha256: ccbb9d3f63100d38cc28b624f13467c0e2edf351bc6af4e028a8746fb71ed69d

Contents?: true

Size: 495 Bytes

Versions: 5

Compression:

Stored size: 495 Bytes

Contents

# TalonOne::IntegrationCustomerSessionResponse

## 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,
                                 effects: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-6.0.0 docs/IntegrationCustomerSessionResponse.md
talon_one-5.0.0 docs/IntegrationCustomerSessionResponse.md
talon_one-3.0.2 docs/IntegrationCustomerSessionResponse.md
talon_one-3.0.1 docs/IntegrationCustomerSessionResponse.md
talon_one-3.0.0 docs/IntegrationCustomerSessionResponse.md