Sha256: 4200ccc1f9f336c7c087ee4429d5088b70836467080f09735ab11b6f3444eb12

Contents?: true

Size: 1.4 KB

Versions: 3

Compression:

Stored size: 1.4 KB

Contents

# TalonOne::UpdateLoyaltyProgram

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | The display title for the Loyalty Program. | [optional] 
**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'. | [optional] 
**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'. | [optional] 
**allow_subledger** | **Boolean** | Indicates if this program supports subledgers inside the program | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::UpdateLoyaltyProgram.new(title: null,
                                 description: null,
                                 subscribed_applications: null,
                                 default_validity: null,
                                 default_pending: null,
                                 allow_subledger: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/UpdateLoyaltyProgram.md
talon_one-2.3.0 docs/UpdateLoyaltyProgram.md
talon_one-2.2.0 docs/UpdateLoyaltyProgram.md