Sha256: bd410203c9b703a62e9d0819d8032669cad66a9eac5ae851d1f48fd6813b042f

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

# TalonOne::LoyaltyPoints

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**points** | **Float** | Amount of loyalty points | 
**name** | **String** | Allows to specify a name for the addition or deduction | [optional] 
**expiry_duration** | **String** | Indicates the duration after which the added loyalty points should expire. The format is a number followed by one letter indicating the unit, like '1h' or '40m' or '30d'. | [optional] 
**sub_ledger_id** | **String** | This specifies if we are adding loyalty points to the main ledger or a subledger | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoyaltyPoints.new(points: null,
                                 name: null,
                                 expiry_duration: null,
                                 sub_ledger_id: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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