Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 667 Bytes

IntegrationCustomerSessionResponse.md

File metadata and controls

19 lines (12 loc) · 667 Bytes

TalonOne::IntegrationCustomerSessionResponse

Properties

Name Type Description Notes
customer_session CustomerSessionV2 [optional]
effects Array<Effect> The returned effects. Note: This endpoint returns only the effects that are valid after any rollback effects and their corresponding non-rollback effects are removed. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::IntegrationCustomerSessionResponse.new(customer_session: null,
                                 effects: null)