Sha256: 0d135bb0ce2f28170ae52c178d430bdc0dcef7eeb7eb9e1ea892837fea293c82

Contents?: true

Size: 540 Bytes

Versions: 4

Compression:

Stored size: 540 Bytes

Contents

# SyncteraRubySdk::DepositList

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **deposits** | [**Array<DepositGet>**](DepositGet.md) | Array of  Remote Check Deposits |  |
| **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::DepositList.new(
  deposits: null,
  next_page_token: a8937a0d
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/DepositList.md
synctera_ruby_sdk-1.1.2 docs/DepositList.md
synctera_ruby_sdk-1.1.1 docs/DepositList.md
synctera_ruby_sdk-1.0.0 docs/DepositList.md