Sha256: ea14c531bbbb84e16752bcb76adae7c46aa599675c820282c04882540f274cdf
Contents?: true
Size: 1.82 KB
Versions: 1
Compression:
Stored size: 1.82 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 | **tiers** | [**Array<LoyaltyTier>**](LoyaltyTier.md) | The tiers in this loyalty program | [optional] ## 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, tiers: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/LoyaltyProgram.md |