Sha256: fd5eeb58bab6ebea418b8524f94a9896d85bd7de67ed9d945165564d0ebb9a70

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 Bytes

Contents

# TalonOne::ExpiringCouponsNotificationPolicy

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Notification name. | 
**triggers** | [**Array<ExpiringCouponsNotificationTrigger>**](ExpiringCouponsNotificationTrigger.md) |  | 
**batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true]

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ExpiringCouponsNotificationPolicy.new(name: Notification to Google,
                                 triggers: null,
                                 batching_enabled: true)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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