Sha256: 3369d72f0b01fe49f841f09aee7831955abce53cb904b85fa000030cf4cff3f9

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

# TalonOne::LoyaltyLedgerTransactions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_more** | **Boolean** | true means there is more data in the source collection to request. | [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-3.0.2 docs/LoyaltyLedgerTransactions.md
talon_one-3.0.1 docs/LoyaltyLedgerTransactions.md
talon_one-3.0.0 docs/LoyaltyLedgerTransactions.md