Sha256: e210d6fd21c50a54609dfe96aaca0a2a4937e0650580c580817574755462cd67

Contents?: true

Size: 835 Bytes

Versions: 3

Compression:

Stored size: 835 Bytes

Contents

# TalonOne::NotificationListItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notification_id** | **Integer** | The ID of the notification. | 
**notification_name** | **String** | The name of the notification. | 
**entity_id** | **Integer** | The ID of the entity to which this notification belongs. For example, in case of a loyalty notification, this value is the ID of the loyalty program.  | 
**enabled** | **Boolean** | Indicates whether the notification is activated. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NotificationListItem.new(notification_id: 1,
                                 notification_name: My campaign notification,
                                 entity_id: 1,
                                 enabled: true)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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