Sha256: e9fd10728112fd0e6aa54bebd93f8f94efd43f12f1f92e8aaebb10758c004e0c
Contents?: true
Size: 1.42 KB
Versions: 3
Compression:
Stored size: 1.42 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' or '30d'. | **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, allow_subledger: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/LoyaltyProgram.md |
talon_one-2.1.0 | docs/LoyaltyProgram.md |
talon_one-2.0.0 | docs/LoyaltyProgram.md |