Sha256: 56bb8cae588cdca6b2da1527b2c090c76e8a9c92669a3811a541d4523afbb87c

Contents?: true

Size: 712 Bytes

Versions: 13

Compression:

Stored size: 712 Bytes

Contents

# TalonOne::IntegrationState

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**session** | [**CustomerSession**](CustomerSession.md) |  | 
**profile** | [**CustomerProfile**](CustomerProfile.md) |  | 
**event** | [**Event**](Event.md) |  | 
**loyalty** | [**Loyalty**](Loyalty.md) |  | [optional] 
**coupon** | [**Coupon**](Coupon.md) |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::IntegrationState.new(session: null,
                                 profile: null,
                                 event: null,
                                 loyalty: null,
                                 coupon: null)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/IntegrationState.md
talon_one-6.0.0 docs/IntegrationState.md
talon_one-5.0.0 docs/IntegrationState.md
talon_one-3.0.2 docs/IntegrationState.md
talon_one-3.0.1 docs/IntegrationState.md
talon_one-3.0.0 docs/IntegrationState.md
talon_one-2.5.1 docs/IntegrationState.md
talon_one-2.4.0 docs/IntegrationState.md
talon_one-2.3.0 docs/IntegrationState.md
talon_one-2.2.0 docs/IntegrationState.md
talon_one-2.1.1 docs/IntegrationState.md
talon_one-2.1.0 docs/IntegrationState.md
talon_one-2.0.0 docs/IntegrationState.md