# TalonOne::IntegrationCustomerSessionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **customer_session** | [**CustomerSessionV2**](CustomerSessionV2.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationCustomerSessionResponse.new(customer_session: null) ```