Sha256: 73d8fbe6daa0c891f036cc3de268009167fabe0ce5fad56024c9e2ae1a955c21

Contents?: true

Size: 1.38 KB

Versions: 4

Compression:

Stored size: 1.38 KB

Contents

# TalonOne::IntegrationStateV2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_session** | [**CustomerSessionV2**](CustomerSessionV2.md) |  | [optional] 
**customer_profile** | [**CustomerProfile**](CustomerProfile.md) |  | [optional] 
**event** | [**Event**](Event.md) |  | [optional] 
**loyalty** | [**Loyalty**](Loyalty.md) |  | [optional] 
**referral** | [**Referral**](Referral.md) |  | [optional] 
**coupons** | [**Array<Coupon>**](Coupon.md) |  | [optional] 
**triggered_campaigns** | [**Array<Campaign>**](Campaign.md) |  | [optional] 
**effects** | [**Array<Effect>**](Effect.md) |  | 
**created_coupons** | [**Array<Coupon>**](Coupon.md) |  | 
**created_referrals** | [**Array<Referral>**](Referral.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::IntegrationStateV2.new(customer_session: null,
                                 customer_profile: null,
                                 event: null,
                                 loyalty: null,
                                 referral: null,
                                 coupons: null,
                                 triggered_campaigns: null,
                                 effects: null,
                                 created_coupons: null,
                                 created_referrals: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-2.2.0 docs/IntegrationStateV2.md
talon_one-2.1.1 docs/IntegrationStateV2.md
talon_one-2.1.0 docs/IntegrationStateV2.md
talon_one-2.0.0 docs/IntegrationStateV2.md