Sha256: 1a6ab124a62230f0929579f1653bc75600a189e67e95de4cdeef3544a1ff313f

Contents?: true

Size: 1.46 KB

Versions: 3

Compression:

Stored size: 1.46 KB

Contents

# TalonOne::TrackEventV2Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_profile** | [**CustomerProfile**](CustomerProfile.md) |  | [optional] 
**event** | [**Event**](Event.md) |  | [optional] 
**loyalty** | [**Loyalty**](Loyalty.md) |  | [optional] 
**triggered_campaigns** | [**Array<Campaign>**](Campaign.md) |  | [optional] 
**rule_failure_reasons** | [**Array<RuleFailureReason>**](RuleFailureReason.md) |  | [optional] 
**awarded_giveaways** | [**Array<Giveaway>**](Giveaway.md) |  | [optional] 
**effects** | [**Array<Effect>**](Effect.md) | The effects generated by the rules in your running campaigns. See [API effects](https://docs.talon.one/docs/dev/integration-api/api-effects). | 
**created_coupons** | [**Array<Coupon>**](Coupon.md) |  | 
**created_referrals** | [**Array<Referral>**](Referral.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::TrackEventV2Response.new(customer_profile: null,
                                 event: null,
                                 loyalty: null,
                                 triggered_campaigns: null,
                                 rule_failure_reasons: null,
                                 awarded_giveaways: null,
                                 effects: null,
                                 created_coupons: null,
                                 created_referrals: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/TrackEventV2Response.md
talon_one-6.0.0 docs/TrackEventV2Response.md
talon_one-5.0.0 docs/TrackEventV2Response.md