Sha256: 41f6cf697d07e1befe5845028a1e741682f8ff577fd8199ae411724644142282

Contents?: true

Size: 1.98 KB

Versions: 2

Compression:

Stored size: 1.98 KB

Contents

# TalonOne::RuleFailureReason

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_id** | **Integer** | The ID of the campaign that contains the rule that failed | 
**campaign_name** | **String** | The name of the campaign that contains the rule that failed | 
**ruleset_id** | **Integer** | The ID of the ruleset that contains the rule that failed | 
**coupon_id** | **Integer** | The ID of the coupon that was being evaluated at the time of the rule failure | [optional] 
**coupon_value** | **String** | The value of the coupon that was being evaluated at the time of the rule failure | [optional] 
**referral_id** | **Integer** | The ID of the referral that was being evaluated at the time of the rule failure | [optional] 
**referral_value** | **String** | The value of the referral that was being evaluated at the time of the rule failure | [optional] 
**rule_index** | **Integer** | The index of the rule that failed within the ruleset | 
**rule_name** | **String** | The name of the rule that failed within the ruleset | 
**condition_index** | **Integer** | The index of the condition that failed | [optional] 
**effect_index** | **Integer** | The index of the effect that failed | [optional] 
**details** | **String** | More details about the failure | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RuleFailureReason.new(campaign_id: null,
                                 campaign_name: null,
                                 ruleset_id: null,
                                 coupon_id: null,
                                 coupon_value: null,
                                 referral_id: null,
                                 referral_value: null,
                                 rule_index: null,
                                 rule_name: null,
                                 condition_index: null,
                                 effect_index: null,
                                 details: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/RuleFailureReason.md
talon_one-2.3.0 docs/RuleFailureReason.md