Sha256: 6fd7cff4c27aee9d0df62439820e4b9eb5257a55b1b5dcb2deece57479d3269a
Contents?: true
Size: 498 Bytes
Versions: 3
Compression:
Stored size: 498 Bytes
Contents
# TalonOne::PendingPointsNotificationPolicy ## 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::PendingPointsNotificationPolicy.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/PendingPointsNotificationPolicy.md |
talon_one-6.0.0 | docs/PendingPointsNotificationPolicy.md |
talon_one-5.0.0 | docs/PendingPointsNotificationPolicy.md |