Sha256: a19aa595e8ac40b57d64b3fd6cca931ac934af1d57930daf74b76fb7584799f6

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 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' or '30d'. | [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,
                                 allow_subledger: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.1.1 docs/UpdateLoyaltyProgram.md
talon_one-2.1.0 docs/UpdateLoyaltyProgram.md
talon_one-2.0.0 docs/UpdateLoyaltyProgram.md