Sha256: e623ef5ab1835a48420a8f196194f37e95ad5459fe38590d876a0679c822b217

Contents?: true

Size: 451 Bytes

Versions: 5

Compression:

Stored size: 451 Bytes

Contents

# TalonOne::InlineResponse2002

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_more** | **Boolean** |  | 
**data** | [**Array<LedgerTransactionLogEntryIntegrationAPI>**](LedgerTransactionLogEntryIntegrationAPI.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

5 entries across 5 versions & 1 rubygems

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