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] |
require 'TalonOne'
instance = TalonOne::IntegrationCustomerSessionResponse.new(customer_session: null,
effects: null)