Sha256: fffa01a8c5ab4dac27547743aa3d8ce450535eb8abcd5c3a2007302df509e7f7

Contents?: true

Size: 575 Bytes

Versions: 3

Compression:

Stored size: 575 Bytes

Contents

# TalonOne::CouponsNotificationPolicy

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CouponsNotificationPolicy.new(name: Christmas Sale,
                                 scopes: null,
                                 batching_enabled: true)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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