# TalonOne::MultipleCustomerProfileIntegrationResponseV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **integration_states** | [**Array<CustomerProfileUpdateV2Response>**](CustomerProfileUpdateV2Response.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::MultipleCustomerProfileIntegrationResponseV2.new(integration_states: null) ```