Sha256: 6b4020efb9f4bd47988659d5f9a05de93e6be058c844ca8f582e995fc83798ba
Contents?: true
Size: 1.67 KB
Versions: 2
Compression:
Stored size: 1.67 KB
Contents
# TalonOne::LoyaltyProgram ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The ID of loyalty program. | **account_id** | **Integer** | The ID of the Talon.One account that owns this program. | **name** | **String** | The internal name for the Loyalty Program. | **title** | **String** | The display title for the Loyalty Program. | **description** | **String** | Description of our Loyalty Program. | **subscribed_applications** | **Array<Integer>** | A list containing the IDs of all applications that are subscribed to this Loyalty Program. | **default_validity** | **String** | Indicates the default duration after which new loyalty points should expire. The format is a number, followed by one letter indicating the unit; like '1h' or '40m'. | **default_pending** | **String** | Indicates the default duration for the pending time, after which points will be valid. The format is a number followed by a duration unit, like '1h' or '40m'. | **allow_subledger** | **Boolean** | Indicates if this program supports subledgers inside the program | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyProgram.new(id: null, account_id: null, name: null, title: null, description: null, subscribed_applications: null, default_validity: null, default_pending: null, allow_subledger: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.3.0 | docs/LoyaltyProgram.md |
talon_one-2.2.0 | docs/LoyaltyProgram.md |