Sha256: 7a2cfbc55a9fa893d38a7371a97091fddffee507f36ec355b0e96ee93e18d888
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
# TalonOne::IntegrationCustomerSessionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **customer_session** | [**CustomerSessionV2**](CustomerSessionV2.md) | | [optional] **effects** | [**Array<Effect>**](Effect.md) | 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 ```ruby require 'TalonOne' instance = TalonOne::IntegrationCustomerSessionResponse.new(customer_session: null, effects: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/IntegrationCustomerSessionResponse.md |