Sha256: 8eddc270c5da3d11fe6fbfacc82f104c40eee92557c853e6e5cf9fba16b4f7d6

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# TalonOne::AddLoyaltyPointsEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name/description of this loyalty point addition | 
**program_id** | **Integer** | The ID of the loyalty program where these points were added | 
**sub_ledger_id** | **String** | The ID of the subledger within the loyalty program where these points were added | 
**value** | **Float** | The amount of points that were added | 
**recipient_integration_id** | **String** | The user for whom these points were added | 
**start_date** | **DateTime** | Date after which points will be valid | [optional] 
**expiry_date** | **DateTime** | Date after which points will expire | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AddLoyaltyPointsEffectProps.new(name: null,
                                 program_id: null,
                                 sub_ledger_id: null,
                                 value: null,
                                 recipient_integration_id: null,
                                 start_date: null,
                                 expiry_date: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-2.2.0 docs/AddLoyaltyPointsEffectProps.md