Sha256: 58723f0785f9e713fa7ace0c1811a28637a3e41d5a904541103c2894c9f59f13

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

# TalonOne::RejectReferralEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **String** | The referral code that was rejected. | 
**rejection_reason** | **String** | The reason why this referral code was rejected. | 
**condition_index** | **Integer** | The index of the condition that caused the rejection of the referral. | [optional] 
**effect_index** | **Integer** | The index of the effect that caused the rejection of the referral. | [optional] 
**details** | **String** | More details about the failure. | [optional] 
**campaign_exclusion_reason** | **String** | The reason why the campaign was not applied. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RejectReferralEffectProps.new(value: null,
                                 rejection_reason: null,
                                 condition_index: null,
                                 effect_index: null,
                                 details: null,
                                 campaign_exclusion_reason: CampaignGaveLowerDiscount)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/RejectReferralEffectProps.md
talon_one-6.0.0 docs/RejectReferralEffectProps.md