Sha256: 2c4e1fbbca9a475367f12d8dc37477711328fafd1d60e6325ebb93a7cf713390

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

# TalonOne::TierUpgradeNotificationPolicy

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::TierUpgradeNotificationPolicy.new(name: Christmas Sale,
                                 batching_enabled: false)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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