Name | Type | Description | Notes |
---|---|---|---|
_return | NewReturn | ||
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] |
require 'TalonOne'
instance = TalonOne::ReturnIntegrationRequest.new(_return: null,
response_content: [customerSession, customerProfile])