Sha256: c01a034477c3c62971ec6c81ae31de686989f9a3d2e174fea85c4a15c5d99269
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# TalonOne::NewLoyaltyProgram ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The internal name for the Loyalty Program. This is an immutable value. | **title** | **String** | The display title for the Loyalty Program. | **description** | **String** | Description of our Loyalty Program. | [optional] **subscribed_applications** | **Array<Integer>** | A list containing the IDs of all applications that are subscribed to this Loyalty Program. | [optional] **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::NewLoyaltyProgram.new(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/NewLoyaltyProgram.md |
talon_one-2.1.0 | docs/NewLoyaltyProgram.md |
talon_one-2.0.0 | docs/NewLoyaltyProgram.md |