Sha256: 5bc9c6b62c0e7b9aaa33e83981b7700bb189620a47fcdac31f0e6b43c1fc2890
Contents?: true
Size: 684 Bytes
Versions: 3
Compression:
Stored size: 684 Bytes
Contents
# TalonOne::CardExpiringPointsNotificationPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Notification name. | **triggers** | [**Array<CardExpiringPointsNotificationTrigger>**](CardExpiringPointsNotificationTrigger.md) | | **batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CardExpiringPointsNotificationPolicy.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/CardExpiringPointsNotificationPolicy.md |
talon_one-6.0.0 | docs/CardExpiringPointsNotificationPolicy.md |
talon_one-5.0.0 | docs/CardExpiringPointsNotificationPolicy.md |