Sha256: bf9ea40e68d7b1c3e96197a96944bfcb651615f84b20892b6855cf8e7c6a7ff0

Contents?: true

Size: 690 Bytes

Versions: 3

Compression:

Stored size: 690 Bytes

Contents

# TalonOne::IntegrationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_session** | [**NewCustomerSessionV2**](NewCustomerSessionV2.md) |  | 
**response_content** | **Array<String>** | Extends the response with the chosen data entities. Use this property to get as much data as you need in one _Update customer session_ request instead of sending extra requests to other endpoints.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::IntegrationRequest.new(customer_session: null,
                                 response_content: [customerSession, customerProfile])
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/IntegrationRequest.md
talon_one-3.0.1 docs/IntegrationRequest.md
talon_one-3.0.0 docs/IntegrationRequest.md