Sha256: ce2264b17fd567916a4e1cab181890aef027a52cc433fe39744476e4571af880

Contents?: true

Size: 752 Bytes

Versions: 6

Compression:

Stored size: 752 Bytes

Contents

# TalonOne::DeductLoyaltyPoints

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**points** | **Float** | Amount of loyalty points. | 
**name** | **String** | Name / reason for the point deduction. | [optional] 
**subledger_id** | **String** | ID of the subledger the points are deducted from. | [optional] 
**application_id** | **Integer** | ID of the Application that is connected to the loyalty program. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::DeductLoyaltyPoints.new(points: 300.0,
                                 name: Penalty,
                                 subledger_id: sub-123,
                                 application_id: 322)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/DeductLoyaltyPoints.md
talon_one-6.0.0 docs/DeductLoyaltyPoints.md
talon_one-5.0.0 docs/DeductLoyaltyPoints.md
talon_one-3.0.2 docs/DeductLoyaltyPoints.md
talon_one-3.0.1 docs/DeductLoyaltyPoints.md
talon_one-3.0.0 docs/DeductLoyaltyPoints.md