Sha256: 166331ea9db18e3372c7f9edc1af9cda82c9be65bf873b705cef5db94a51848c

Contents?: true

Size: 976 Bytes

Versions: 6

Compression:

Stored size: 976 Bytes

Contents

# TalonOne::StrikethroughEffect

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_id** | **Integer** | The ID of the campaign that effect belongs to. | 
**ruleset_id** | **Integer** | The ID of the ruleset containing the rule that triggered this effect. | 
**rule_index** | **Integer** | The position of the rule that triggered this effect within the ruleset. | 
**rule_name** | **String** | The name of the rule that triggered this effect. | 
**type** | **String** | The type of this effect. | 
**props** | [**Object**](.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::StrikethroughEffect.new(campaign_id: 3,
                                 ruleset_id: 11,
                                 rule_index: 2,
                                 rule_name: Add 2 points,
                                 type: setDiscountPerItem,
                                 props: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/StrikethroughEffect.md
talon_one-6.0.0 docs/StrikethroughEffect.md
talon_one-5.0.0 docs/StrikethroughEffect.md
talon_one-3.0.2 docs/StrikethroughEffect.md
talon_one-3.0.1 docs/StrikethroughEffect.md
talon_one-3.0.0 docs/StrikethroughEffect.md