Sha256: 7f01a69775251a10c481e040167168bcbb17623ba146bf26b7a29120e8cc88f6

Contents?: true

Size: 585 Bytes

Versions: 3

Compression:

Stored size: 585 Bytes

Contents

# TalonOne::LoyaltyLedgerTransactions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_more** | **Boolean** | If `true`, it means that there is more data to request in the source collection. | [optional] 
**data** | [**Array<LoyaltyLedgerEntry>**](LoyaltyLedgerEntry.md) | List of transaction entries from a loyalty ledger. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoyaltyLedgerTransactions.new(has_more: true,
                                 data: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/LoyaltyLedgerTransactions.md
talon_one-6.0.0 docs/LoyaltyLedgerTransactions.md
talon_one-5.0.0 docs/LoyaltyLedgerTransactions.md