Sha256: 9f67984b1228c8ee8b10442584cbab4ca44a108f112490f21b0edeae50423a2d

Contents?: true

Size: 1.54 KB

Versions: 6

Compression:

Stored size: 1.54 KB

Contents

# TalonOne::LedgerEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Internal ID of this entity. | 
**created** | **DateTime** | The time this entity was created. | 
**profile_id** | **String** | ID of the customer profile set by your integration layer.  **Note:** If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`.  | 
**account_id** | **Integer** | The ID of the Talon.One account that owns this profile. | 
**loyalty_program_id** | **Integer** | ID of the ledger. | 
**event_id** | **Integer** | ID of the related event. | 
**amount** | **Integer** | Amount of loyalty points. | 
**reason** | **String** | reason for awarding/deducting points. | 
**expiry_date** | **DateTime** | Expiration date of the points. | 
**reference_id** | **Integer** | The ID of the balancing ledgerEntry. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LedgerEntry.new(id: 6,
                                 created: 2020-06-10T09:05:27.993483Z,
                                 profile_id: URNGV8294NV,
                                 account_id: null,
                                 loyalty_program_id: 323414846,
                                 event_id: 3,
                                 amount: 100,
                                 reason: Customer appeasement.,
                                 expiry_date: 2022-04-26T11:02:38Z,
                                 reference_id: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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